Skip to content

Commit 67b328f

Browse files
NO-JIRA fix empty ingress annotations
* Fix empty ingress annotations * Update values.yaml * Update Chart.yaml * Update CHANGELOG.md * NO-JIRA fix merge conflict issue --------- Co-authored-by: ZoTyA <[email protected]>
1 parent 8aa0207 commit 67b328f

File tree

6 files changed

+8
-2
lines changed

6 files changed

+8
-2
lines changed

charts/sonarqube-dce/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All changes to this chart will be documented in this file.
88
* Add revisionHistoryLimit configuration for SonarQube application Deployment ReplicaSets
99
* Introduce `ApplicationNodes.podDisruptionBudget` and `searchNodes.podDisruptionBudget` and deprecate `ApplicationNodes.podDistributionBudget` and `searchNodes.podDistributionBudget`.
1010
* Update the security contexts to use root as group ID
11+
* Fix empty ingress annotations in values
1112

1213
## [10.3.0]
1314
* Upgrade SonarQube to 10.3.0

charts/sonarqube-dce/Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ annotations:
3939
description: "Introduce `ApplicationNodes.podDisruptionBudget` and `searchNodes.podDisruptionBudget` and deprecate `ApplicationNodes.podDistributionBudget` and `searchNodes.podDistributionBudget`."
4040
- kind: changed
4141
description: "Update the security contexts to use root as group ID"
42+
- kind: changed
43+
description: "Fix empty ingress annotations in values"
4244
artifacthub.io/links: |
4345
- name: support
4446
url: https://community.sonarsource.com/

charts/sonarqube-dce/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ ingress:
373373
# servicePort: somePort
374374
# the pathType can be one of the following values: Exact|Prefix|ImplementationSpecific(default)
375375
# pathType: ImplementationSpecific
376-
annotations:
376+
annotations: {}
377377
# kubernetes.io/tls-acme: "true"
378378

379379
# Set the ingressClassName on the ingress record

charts/sonarqube/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All changes to this chart will be documented in this file.
77
* Run the initSysctl init-container as root to prevent 'permission denied' issues
88
* Add revisionHistoryLimit configuration for SonarQube application Deployment ReplicaSets & StatefulSets
99
* Update the security contexts to use root as group ID
10+
* Fix empty ingress annotations in values
1011

1112
## [10.3.0]
1213
* Upgrade SonarQube to 10.3.0

charts/sonarqube/Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ annotations:
4242
description: "Add revisionHistoryLimit configuration for SonarQube application Deployment ReplicaSets & StatefulSets"
4343
- kind: changed
4444
description: "Update the security contexts to use root as group ID"
45+
- kind: changed
46+
description: "Fix empty ingress annotations in values"
4547
artifacthub.io/containsSecurityUpdates: "false"
4648
artifacthub.io/images: |
4749
- name: sonarqube

charts/sonarqube/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ ingress:
103103
# servicePort: somePort
104104
# the pathType can be one of the following values: Exact|Prefix|ImplementationSpecific(default)
105105
# pathType: ImplementationSpecific
106-
annotations:
106+
annotations: {}
107107
# kubernetes.io/tls-acme: "true"
108108

109109
# Set the ingressClassName on the ingress record

0 commit comments

Comments
 (0)