We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96352ce commit b774a7aCopy full SHA for b774a7a
src/chartmuseum/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
description: Host your own Helm Chart Repository
3
name: chartmuseum
4
-version: 3.7.0
+version: 3.7.1
5
appVersion: 0.14.0
6
home: https://github.com/helm/chartmuseum
7
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
src/chartmuseum/values.yaml
@@ -3,8 +3,6 @@ extraArgs: []
replicaCount: 1
strategy:
type: RollingUpdate
- rollingUpdate:
- maxUnavailable: 0
8
image:
9
repository: ghcr.io/helm/chartmuseum
10
tag: v0.14.0
0 commit comments