Skip to content

Commit

Permalink
Update helm chart repo path in sources for each Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
geomcquat committed Jul 24, 2024
1 parent a73b28d commit 5efde5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All changes to this chart will be documented in this file.
* Support Kubernetes v1.30
* Upgrade ingress-nginx dependency to 4.10.1
* Deprecate `jdbcOverwrite.enable` in favor of `jdbcOverwrite.enabled`
* Update helm chart repo path in sources for each Chart

## [10.6.0]
* Upgrade SonarQube to 10.6.0
Expand Down
4 changes: 3 additions & 1 deletion charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
home: https://www.sonarqube.org/
icon: https://raw.githubusercontent.com/SonarSource/sonarqube-static-resources/master/helm/SonarQubeLogo.svg
sources:
- https://github.com/SonarSource/helm-chart-sonarqube
- https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube-dce
- https://github.com/SonarSource/docker-sonarqube
- https://github.com/SonarSource/sonarqube
kubeVersion: '>= 1.24.0-0'
Expand All @@ -35,6 +35,8 @@ annotations:
description: "Upgrade ingress-nginx dependency to 4.10.1"
- kind: changed
description: "Deprecate `jdbcOverwrite.enable` in favor of `jdbcOverwrite.enabled`"
- kind: changed
description: "Update helm chart repo path in sources"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
Expand Down
1 change: 1 addition & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All changes to this chart will be documented in this file.
* Deprecate `jdbcOverwrite.enable` in favor of `jdbcOverwrite.enabled`
* Fix regression on env valuesFrom in the new STS template
* Fix a typo in the new common STS template
* Update helm chart repo path in sources for each Chart

## [10.6.0]
* Update SonarQube to 10.6.0
Expand Down
4 changes: 3 additions & 1 deletion charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
home: https://www.sonarqube.org/
icon: https://raw.githubusercontent.com/SonarSource/sonarqube-static-resources/master/helm/SonarQubeLogo.svg
sources:
- https://github.com/SonarSource/helm-chart-sonarqube
- https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
- https://github.com/SonarSource/docker-sonarqube
- https://github.com/SonarSource/sonarqube
kubeVersion: '>= 1.24.0-0'
Expand Down Expand Up @@ -44,6 +44,8 @@ annotations:
description: "Fix regression on env valuesFrom in the new STS template"
- kind: fixed
description: "Fix a typo in the new common STS template"
- kind: changed
description: "Update helm chart repo path in sources"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
Expand Down

0 comments on commit 5efde5a

Please sign in to comment.