Skip to content

Commit 3ad5284

Browse files
authored
Merge pull request #12 from vdice/feat/add-rolling-update
feat(charts): add rollingUpdate functionality
2 parents 818f2ba + 3434885 commit 3ad5284

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/registry-proxy/templates/registry-proxy-daemon.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ metadata:
88
annotations:
99
component.deis.io/version: {{ .Values.docker_tag }}
1010
spec:
11+
{{- if ge .Capabilities.KubeVersion.Minor "6" }}
12+
updateStrategy:
13+
type: RollingUpdate
14+
{{- end }}
1115
selector:
1216
matchLabels:
1317
app: deis-registry-proxy

0 commit comments

Comments
 (0)