update image repository and storage

This commit is contained in:
duhow 2024-02-19 22:43:03 +01:00
parent 05e31494c2
commit 0d803aa0fd
No known key found for this signature in database
3 changed files with 28 additions and 13 deletions

View file

@ -16,7 +16,10 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: {{ .Values.webui.image }}
{{- with .Values.webui.image }}
image: {{ .repository }}:{{ .tag }}
imagePullPolicy: {{ .pullPolicy }}
{{- end }}
ports:
- name: http
containerPort: {{ .Values.webui.service.containerPort }}