Skip to content

Commit

Permalink
SONAR-24224 Update the nginx-ingress to 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo committed Feb 3, 2025
1 parent 501f0ee commit 98a6452
Show file tree
Hide file tree
Showing 8 changed files with 111 additions and 103 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.

## [2025.2.0]
* Update Chart's version to 2025.2.0
* Update ingress-nginx subchart to 4.12.0

## [2025.1.0]
* Update Chart's version to 2025.1.0
Expand Down
6 changes: 3 additions & 3 deletions charts/sonarqube-dce/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 10.15.0
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.11.3
digest: sha256:66128c94376c72435f139d603ba24e208528d50bf0df0421abf1063a4cdb95c4
generated: "2024-12-06T16:17:49.758961+01:00"
version: 4.12.0
digest: sha256:f03be3f9956a16f18143380a5fff221ecceb4cc59dd81e0a6dd530beff76ebb3
generated: "2025-01-27T16:26:08.00355+01:00"
4 changes: 3 additions & 1 deletion charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: "Update Chart's version to 2025.2.0"
- kind: changed
description: "Update ingress-nginx subchart to 4.12.0"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
Expand All @@ -45,6 +47,6 @@ dependencies:
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: postgresql.enabled
- name: ingress-nginx
version: 4.11.3
version: 4.12.0
repository: https://kubernetes.github.io/ingress-nginx
condition: nginx.enabled,ingress-nginx.enabled
3 changes: 2 additions & 1 deletion charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ All changes to this chart will be documented in this file.

## [2025.2.0]
* Update Chart's version to 2025.2.0

* Update ingress-nginx subchart to 4.12.0

## [2025.1.0]
* Update Chart's version to 2025.1.0
* Upgrade SonarQube Server to 2025.1.0
Expand Down
6 changes: 3 additions & 3 deletions charts/sonarqube/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 10.15.0
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.11.3
digest: sha256:66128c94376c72435f139d603ba24e208528d50bf0df0421abf1063a4cdb95c4
generated: "2024-12-06T16:09:08.066372+01:00"
version: 4.12.0
digest: sha256:f03be3f9956a16f18143380a5fff221ecceb4cc59dd81e0a6dd530beff76ebb3
generated: "2025-01-27T16:26:55.281405+01:00"
4 changes: 3 additions & 1 deletion charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: "Update Chart's version to 2025.2.0"
- kind: changed
description: "Update ingress-nginx subchart to 4.12.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
Expand All @@ -43,6 +45,6 @@ dependencies:
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: postgresql.enabled
- name: ingress-nginx
version: 4.11.3
version: 4.12.0
repository: https://kubernetes.github.io/ingress-nginx
condition: nginx.enabled,ingress-nginx.enabled
Loading

0 comments on commit 98a6452

Please sign in to comment.