Skip to content

Commit

Permalink
fix(grafana): use recreate instead of rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Mar 10, 2025
1 parent 13fbf0e commit e799979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/premium/grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ sources:
- https://hub.docker.com/r/grafana/grafana
- https://quay.io/kiwigrid/k8s-sidecar
type: application
version: 17.13.4
version: 17.13.5
2 changes: 1 addition & 1 deletion charts/premium/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ service:
workload:
main:
replicas: 1
strategy: RollingUpdate
strategy: Recreate
podSpec:
containers:
main:
Expand Down

0 comments on commit e799979

Please sign in to comment.