Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

stable/sonarqube - Deprecate chart #21007

Merged
merged 2 commits into from
Feb 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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