Skip to content

Commit b774a7a

Browse files
authored
Fix strategy type support for Recreate (#40)
1 parent 96352ce commit b774a7a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/chartmuseum/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Host your own Helm Chart Repository
33
name: chartmuseum
4-
version: 3.7.0
4+
version: 3.7.1
55
appVersion: 0.14.0
66
home: https://github.com/helm/chartmuseum
77
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg

src/chartmuseum/values.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ extraArgs: []
33
replicaCount: 1
44
strategy:
55
type: RollingUpdate
6-
rollingUpdate:
7-
maxUnavailable: 0
86
image:
97
repository: ghcr.io/helm/chartmuseum
108
tag: v0.14.0

0 commit comments

Comments
 (0)