Skip to content

Commit

Permalink
Fix grafana-operator deployment to recreate instances instead of roll…
Browse files Browse the repository at this point in the history
…ing new version out to avoid deadlock
  • Loading branch information
pepov authored and tarokkk committed Jul 9, 2021
1 parent db82e6c commit d0c6353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grafana-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
name: grafana-operator
description: Grafana-operator Helm chart for Kubernetes

version: 0.3.10
version: 0.3.11

appVersion: master

Expand Down
2 changes: 1 addition & 1 deletion grafana-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ replicaCount: 1
## maxUnavailable: 25%
##
updateStrategy:
type: RollingUpdate
type: Recreate

## Deploy CRDs
##
Expand Down

0 comments on commit d0c6353

Please sign in to comment.