From a5188b48c5b38493a81da9e5495e0cf1cc3b877f Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 2 May 2024 10:30:02 +0100 Subject: [PATCH] feat(sonarqube): Updated image to v10.5.1 (#952) Signed-off-by: Steve Hipwell --- .../fluent-bit-aggregator/ci/kubeconform.yaml | 19 +++++++++++++++++++ charts/sonarqube/CHANGELOG.md | 6 +++++- charts/sonarqube/Chart.yaml | 10 +++++++--- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/charts/fluent-bit-aggregator/ci/kubeconform.yaml b/charts/fluent-bit-aggregator/ci/kubeconform.yaml index c7c063a3..a120b14f 100644 --- a/charts/fluent-bit-aggregator/ci/kubeconform.yaml +++ b/charts/fluent-bit-aggregator/ci/kubeconform.yaml @@ -55,6 +55,25 @@ resources: cpu: 1000m memory: 256Mi +affinity: + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + topologyKey: kubernetes.io/hostname + weight: 100 + +topologySpreadConstraints: + - maxSkew: 1 + minDomains: 3 + topologyKey: topology.kubernetes.io/zone + whenUnsatisfiable: DoNotSchedule + nodeAffinityPolicy: Honor + nodeTaintsPolicy: Honor + +tolerations: + - key: system + operator: Exists + serviceMonitor: enabled: true diff --git a/charts/sonarqube/CHANGELOG.md b/charts/sonarqube/CHANGELOG.md index 3cfc6c25..d7fe4bd0 100644 --- a/charts/sonarqube/CHANGELOG.md +++ b/charts/sonarqube/CHANGELOG.md @@ -14,9 +14,12 @@ ## [UNRELEASED] +## [v5.5.1] - 2024-05-02 + ### Changed -- Updated the _PostgreSQL_ dependency ot come from an OCI registry. +- Updated the _SonarQube_ OCI image to [v10.5.1](https://www.sonarsource.com/blog/sonarqube-10-5-release-announcement/) ([GH release](https://github.com/SonarSource/sonarqube/releases/tag/10.5.1.90531)). +- Updated the _PostgreSQL_ dependency to come from an OCI registry. - Switched to using the port name for ingress. ## [v5.5.0] - 2024-04-12 @@ -363,6 +366,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/sonarqube +[v5.5.1]: https://github.com/stevehipwell/helm-charts/releases/tag/sonarqube-5.5.1 [v5.5.0]: https://github.com/stevehipwell/helm-charts/releases/tag/sonarqube-5.5.0 [v5.4.1]: https://github.com/stevehipwell/helm-charts/releases/tag/sonarqube-5.4.1 [v5.4.0]: https://github.com/stevehipwell/helm-charts/releases/tag/sonarqube-5.4.0 diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index 7e2aef83..d0a108d4 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: sonarqube description: A Helm chart for deploying SonarQube. type: application -version: 5.5.0 -appVersion: 10.5.0 +version: 5.5.1 +appVersion: 10.5.1 keywords: - sonarqube - sast @@ -29,4 +29,8 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "Updated the _SonarQube_ OCI image to v10.5.0." + description: "Updated the _SonarQube_ OCI image to v10.5.1." + - kind: changed + description: "Updated the _PostgreSQL_ dependency to come from an OCI registry." + - kind: changed + description: "Switched to using the port name for ingress."