fix(argo-rollouts): Fix critical deployment schema bug (#552)
* Fix map -> array in containers Signed-off-by: sergeyshaykhullin <sergeyshaykhullin@gmail.com> * Bump chart version Signed-off-by: sergeyshaykhullin <sergeyshaykhullin@gmail.com> Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
parent
ef64e585fe
commit
6b6254ef77
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||
appVersion: "0.10.2"
|
||||
description: A Helm chart for Argo Rollouts
|
||||
name: argo-rollouts
|
||||
version: 0.4.0
|
||||
version: 0.4.1
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
maintainers:
|
||||
|
|
|
@ -30,7 +30,7 @@ spec:
|
|||
{{- end }}
|
||||
serviceAccountName: {{ .Values.serviceAccount.name }}
|
||||
containers:
|
||||
image: "{{ .Values.controller.image.repository }}:{{ .Values.controller.image.tag }}"
|
||||
- image: "{{ .Values.controller.image.repository }}:{{ .Values.controller.image.tag }}"
|
||||
{{- if not .Values.clusterInstall }}
|
||||
args:
|
||||
- --namespaced
|
||||
|
|
Loading…
Reference in a new issue