Skip to content

Commit

Permalink
SONAR-21611 Update ingress-nginx to 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo committed Feb 12, 2024
1 parent 398b07b commit d0906c3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All changes to this chart will be documented in this file.

## [10.5.0]
* Update Chart's version to 10.5.0
* Update nginx-ingress-controller dependency to version 4.9.1

## [10.4.0]
* Upgrade SonarQube to 10.4.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 @@ -29,6 +29,8 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: "Update Chart's version to 10.5.0"
- kind: changed
description: "Update nginx-ingress-controller dependency to version 4.9.1"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
Expand All @@ -46,6 +48,6 @@ dependencies:
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: postgresql.enabled
- name: ingress-nginx
version: 4.8.3
version: 4.9.1
repository: https://kubernetes.github.io/ingress-nginx
condition: nginx.enabled
4 changes: 2 additions & 2 deletions charts/sonarqube-dce/ci/cirrus-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ searchNodes:
replicaCount: 1
image:
repository: "sonarsource/sonarqube"
tag: "10.4.0-datacenter-search"
tag: "10.5.0-datacenter-search"
pullSecrets:
- name: pullsecret

Expand All @@ -14,6 +14,6 @@ ApplicationNodes:
jwtSecret: "mnGBJtmwRbIREqy3vSw6Cinoi2WEom9JH+iw/tXOJX4="
image:
repository: "sonarsource/sonarqube"
tag: "10.4.0-datacenter-app"
tag: "10.5.0-datacenter-app"
pullSecrets:
- name: pullsecret
1 change: 1 addition & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All changes to this chart will be documented in this file.

## [10.5.0]
* Update Chart's version to 10.5.0
* Update nginx-ingress-controller dependency to version 4.9.1

## [10.4.0]
* Upgrade SonarQube to 10.4.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 @@ -34,6 +34,8 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: "Update Chart's version to 10.5.0"
- kind: changed
description: "Update nginx-ingress-controller dependency to version 4.9.1"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
Expand All @@ -44,6 +46,6 @@ dependencies:
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: postgresql.enabled
- name: ingress-nginx
version: 4.8.3
version: 4.9.1
repository: https://kubernetes.github.io/ingress-nginx
condition: nginx.enabled
2 changes: 1 addition & 1 deletion charts/sonarqube/ci/cirrus-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ image:
pullSecrets:
- name: pullsecret
repository: "sonarsource/sonarqube"
tag: "10.4.0-community"
tag: "10.5.0-community"

0 comments on commit d0906c3

Please sign in to comment.