Skip to content

Commit

Permalink
stable/sonarqube - Deprecate chart (helm#21007)
Browse files Browse the repository at this point in the history
* stable/sonarqube - Deprecate chart

Signed-off-by: Rob Kernick <rjkernick@gmail.com>

* Remove maintainers

Signed-off-by: Rob Kernick <rjkernick@gmail.com>
Signed-off-by: Adrien Loiseau <adrien.loiseau@logic-immo.com>
  • Loading branch information
rjkernick authored and li-adrienloiseau committed Jul 29, 2020
1 parent d7699d5 commit 7bd5675
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
12 changes: 5 additions & 7 deletions stable/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 4.0.0
description: DEPRECATED SonarQube is an open sourced code quality scanning tool
version: 4.0.1
appVersion: 7.9.2
keywords:
- coverage
Expand All @@ -12,8 +12,6 @@ home: https://www.sonarqube.org/
icon: https://www.sonarqube.org/assets/logo-31ad3115b1b4b120f3d1efd63e6b13ac9f1f89437f0cf6881cc4d8b5603a52b4.svg
sources:
- https://github.com/SonarSource/docker-sonarqube
maintainers:
- name: rjkernick
email: rjkernick@gmail.com
- name: tsiddique
email: tsiddique@live.com
# This chart has been deprecated https://github.com/helm/charts/blob/master/PROCESSES.md#deprecating-a-chart
# It is now maintained at https://github.com/oteemo/charts
deprecated: true
6 changes: 0 additions & 6 deletions stable/sonarqube/OWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
approvers:
- rjkernick
- tsiddique
reviewers:
- rjkernick
- tsiddique
2 changes: 2 additions & 0 deletions stable/sonarqube/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SonarQube

**This chart has been deprecated and moved to [Oteemo Charts](https://github.com/oteemo/charts)**

[SonarQube](https://www.sonarqube.org/) is an open sourced code quality scanning tool.

## Introduction
Expand Down
3 changes: 3 additions & 0 deletions stable/sonarqube/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
This chart has been deprecated and moved to https://github.com/oteemo/charts


1. Get the application URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- range .Values.ingress.hosts }}
Expand Down

0 comments on commit 7bd5675

Please sign in to comment.