-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SONAR-20919 Support Kubernetes v1.28 and drop EOL versions
- Loading branch information
1 parent
0c28883
commit 9d11879
Showing
5 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.24.0-0' | ||
kubeVersion: '>= 1.26.0-0' | ||
maintainers: | ||
- name: leo-geoffroy-sonarsource | ||
email: [email protected] | ||
|
@@ -47,6 +47,8 @@ annotations: | |
description: "Remove unneeded if condition for Sysctl initContainer" | ||
- 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)" | ||
artifacthub.io/links: | | ||
- name: support | ||
url: https://community.sonarsource.com/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.24.0-0' | ||
kubeVersion: '>= 1.26.0-0' | ||
maintainers: | ||
- name: leo-geoffroy-sonarsource | ||
email: [email protected] | ||
|
@@ -50,6 +50,8 @@ annotations: | |
description: "Fix wrong condition on initSysctl feature" | ||
- 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)" | ||
artifacthub.io/containsSecurityUpdates: "false" | ||
artifacthub.io/images: | | ||
- name: sonarqube | ||
|