diff --git a/CHANGELOG.md b/CHANGELOG.md index 7885d42a..aadf413b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s ### Changed -- Upgraded chart dependency to [kube-prometheus-stack-56.21.1](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.21.1) +- Set rollout strategy to Recreate for prometheus-operator deployment. +- Upgraded chart dependency to [kube-prometheus-stack-56.21.2](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.21.2) - prometheus-node-exporter upgraded from 4.26 to 4.30 - thanos upgraded from 0.34.0 to 0.34.1 - alertmanager upgraded from 0.26.0 to 0.27.0 diff --git a/helm/kube-prometheus-stack/Chart.yaml b/helm/kube-prometheus-stack/Chart.yaml index bf62208a..e6818737 100644 --- a/helm/kube-prometheus-stack/Chart.yaml +++ b/helm/kube-prometheus-stack/Chart.yaml @@ -13,7 +13,7 @@ annotations: application.giantswarm.io/team: atlas dependencies: - name: kube-prometheus-stack - version: 56.21.1 + version: 56.21.2 repository: https://prometheus-community.github.io/helm-charts sources: - "https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack" diff --git a/helm/kube-prometheus-stack/values.yaml b/helm/kube-prometheus-stack/values.yaml index 5934c056..1108b3cd 100644 --- a/helm/kube-prometheus-stack/values.yaml +++ b/helm/kube-prometheus-stack/values.yaml @@ -361,6 +361,8 @@ kube-prometheus-stack: pathType: ImplementationSpecific prometheusOperator: enabled: true + strategy: + type: Recreate admissionWebhooks: patch: image: