Skip to content

Commit

Permalink
Fix strategy type support for Recreate (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
j4m3s-s authored Apr 20, 2022
1 parent 96352ce commit b774a7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/chartmuseum/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Host your own Helm Chart Repository
name: chartmuseum
version: 3.7.0
version: 3.7.1
appVersion: 0.14.0
home: https://github.com/helm/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
Expand Down
2 changes: 0 additions & 2 deletions src/chartmuseum/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ extraArgs: []
replicaCount: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
image:
repository: ghcr.io/helm/chartmuseum
tag: v0.14.0
Expand Down

0 comments on commit b774a7a

Please sign in to comment.