Skip to content

Commit

Permalink
Set rollout strategy to Recreate for prometheus-operator (#372)
Browse files Browse the repository at this point in the history
* Set rollout strategy to Recreate for prometheus-operator

* Set rollout strategy to Recreate for prometheus-operator deployment

* Upgrade kube-prometheus-stack to 56.21.2
  • Loading branch information
marieroque authored Mar 6, 2024
1 parent ac347f5 commit 16ee426
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 2 additions & 0 deletions helm/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@ kube-prometheus-stack:
pathType: ImplementationSpecific
prometheusOperator:
enabled: true
strategy:
type: Recreate
admissionWebhooks:
patch:
image:
Expand Down

0 comments on commit 16ee426

Please sign in to comment.