This commit is contained in:
gisele-igore 2023-04-03 19:09:14 +02:00
parent e13409d677
commit 4d6c363ab5
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ spec:
- name: docker-pull-secret
containers:
- name: lecoffre-back
image: "{{ .Values.lecoffreBack.image.repository }}:{{ .Values.lecoffreBack.image.tag }}"
image: "{{ .Values.lecoffreBack.image.repository }}:{{ .Chart.AppVersion }}"
{{if .Values.lecoffreBack.resources}}
resources:
{{toYaml .Values.lecoffreBack.resources | indent 10}}