Skip to content

Commit

Permalink
adguard: Fix primary update strategy (#39)
Browse files Browse the repository at this point in the history
* adguard: Fix primary update strategy

* Update Chart.yaml
  • Loading branch information
rouke-broersma authored Jul 30, 2024
1 parent b1a9279 commit 43a1907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/adguard/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: adguard
version: 2.2.0
version: 2.2.1
3 changes: 2 additions & 1 deletion charts/adguard/templates/primary/deployment-primary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ metadata:
spec:
revisionHistoryLimit: 0
replicas: 1
strategy: Recreate
strategy:
type: Recreate
selector:
matchLabels:
app.kubernetes.io/name: {{ template "common.name" . }}
Expand Down

0 comments on commit 43a1907

Please sign in to comment.