fix incorrect values for init containers

This commit is contained in:
Vince Montalbano 2024-07-24 16:01:42 -05:00
parent f6d580210c
commit 86870d8320
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: init-gitea - name: init-gitea
image: "{{ .Values.actions.init.repository }}:{{ .Values.actions.init.tag }}" image: "{{ .Values.actions.init.image.repository }}:{{ .Values.actions.init.image.tag }}"
command: command:
- sh - sh
- -c - -c

View File

@ -28,7 +28,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: init-gitea - name: init-gitea
image: "{{ .Values.actions.init.repository }}:{{ .Values.actions.init.tag }}" image: "{{ .Values.actions.init.image.repository }}:{{ .Values.actions.init.image.tag }}"
command: command:
- sh - sh
- -c - -c