Skip to content

Commit

Permalink
feat(sonarqube): Updated image to v10.5.1 (#952)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored May 2, 2024
1 parent 4354df3 commit a5188b4
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
19 changes: 19 additions & 0 deletions charts/fluent-bit-aggregator/ci/kubeconform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 7 additions & 3 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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."

0 comments on commit a5188b4

Please sign in to comment.