Skip to content

Commit

Permalink
NO-JIRA Restore support for EOL k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo committed Nov 2, 2023
1 parent 0f4ae1c commit 778a1e5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ All changes to this chart will be documented in this file.
* Add securityContext feature to change admin password Job
* Remove unneeded if condition for Sysctl initContainer
* Update default image of initContainers to sonarqube image, allowing for faster loading time and less external images needed
* Support Kubernetes v1.28 while dropping EOL versions (i.e., v1.24 and v.1.25)
* Support Kubernetes v1.28
* Avoid duplicate SONAR_WEB_SYSTEMPASSCODE secrets

## [10.2.0]
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sources:
- https://github.com/SonarSource/helm-chart-sonarqube
- https://github.com/SonarSource/docker-sonarqube
- https://github.com/SonarSource/sonarqube
kubeVersion: '>= 1.26.0-0'
kubeVersion: '>= 1.24.0-0'
maintainers:
- name: leo-geoffroy-sonarsource
email: [email protected]
Expand Down Expand Up @@ -48,7 +48,7 @@ annotations:
- kind: changed
description: "Update default image of initContainers to sonarqube image, allowing for faster loading time and less external images needed"
- kind: changed
description: "Support Kubernetes v1.28 while dropping EOL versions (i.e., v1.24 and v.1.25)"
description: "Support Kubernetes v1.28"
- kind: fixed
description: "Avoid duplicate SONAR_WEB_SYSTEMPASSCODE secrets"
artifacthub.io/links: |
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube-dce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and

Compatible SonarQube Version: `10.2.1`

Supported Kubernetes Versions: From `1.24` to `1.27`
Supported Kubernetes Versions: From `1.24` to `1.28`

## Installing the chart

Expand Down
3 changes: 2 additions & 1 deletion charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ All changes to this chart will be documented in this file.
* Update Elasticsearch.configureNode to false by default after 3 year deprecation
* Fix wrong condition on initSysctl feature
* Update default image of initContainers to sonarqube image, allowing for faster loading time and less external images needed
* Support Kubernetes v1.28 while dropping EOL versions (i.e., v1.24 and v.1.25)* Avoid duplicate SONAR_WEB_SYSTEMPASSCODE secrets
* Support Kubernetes v1.28
* Avoid duplicate SONAR_WEB_SYSTEMPASSCODE secrets


## [10.2.0]
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sources:
- https://github.com/SonarSource/helm-chart-sonarqube
- https://github.com/SonarSource/docker-sonarqube
- https://github.com/SonarSource/sonarqube
kubeVersion: '>= 1.26.0-0'
kubeVersion: '>= 1.24.0-0'
maintainers:
- name: leo-geoffroy-sonarsource
email: [email protected]
Expand Down Expand Up @@ -51,7 +51,7 @@ annotations:
- kind: changed
description: "Update default image of initContainers to sonarqube image, allowing for faster loading time and less external images needed"
- kind: changed
description: "Support Kubernetes v1.28 while dropping EOL versions (i.e., v1.24 and v.1.25)"
description: "Support Kubernetes v1.28"
- kind: fixed
description: "Avoid duplicate SONAR_WEB_SYSTEMPASSCODE secrets"
artifacthub.io/containsSecurityUpdates: "false"
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please note that this chart only supports SonarQube Community, Developer, and En

Compatible SonarQube Version: `10.2.1`

Supported Kubernetes Versions: From `1.24` to `1.27`
Supported Kubernetes Versions: From `1.24` to `1.28`

## Installing the chart

Expand Down

0 comments on commit 778a1e5

Please sign in to comment.