fix incorrect values for init containers
This commit is contained in:
parent
f6d580210c
commit
86870d8320
@ -32,7 +32,7 @@ spec:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: init-gitea
|
||||
image: "{{ .Values.actions.init.repository }}:{{ .Values.actions.init.tag }}"
|
||||
image: "{{ .Values.actions.init.image.repository }}:{{ .Values.actions.init.image.tag }}"
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
|
@ -28,7 +28,7 @@ spec:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: init-gitea
|
||||
image: "{{ .Values.actions.init.repository }}:{{ .Values.actions.init.tag }}"
|
||||
image: "{{ .Values.actions.init.image.repository }}:{{ .Values.actions.init.image.tag }}"
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
|
Loading…
x
Reference in New Issue
Block a user