Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SONAR-21611 Update ingress-nginx to 4.9.1 #422

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
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
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.8.3
digest: sha256:b7e97eebfb9bef175c1ee936a6963a52f126213d736957f8bc8aea572736cfcd
generated: "2023-11-09T16:32:00.02464868+01:00"
version: 4.9.1
digest: sha256:c0249e7c011b55419b325607256f224d86caba7fdd149da44cf1965c93ac26aa
generated: "2024-02-13T11:39:52.40224+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 @@ -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"
carminevassallo marked this conversation as resolved.
Show resolved Hide resolved
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
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.8.3
digest: sha256:b7e97eebfb9bef175c1ee936a6963a52f126213d736957f8bc8aea572736cfcd
generated: "2023-11-09T16:31:37.771827026+01:00"
version: 4.9.1
digest: sha256:c0249e7c011b55419b325607256f224d86caba7fdd149da44cf1965c93ac26aa
generated: "2024-02-13T11:35:08.339361+01:00"
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"
Loading