Add alpine version
This commit is contained in:
parent
3980b951c0
commit
a0c20ad605
@ -26,7 +26,7 @@ spec:
|
||||
- name: {{ .Chart.Name }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
|
||||
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}-{{ .Chart.alpine_version }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
ports:
|
||||
- name: tautulli
|
||||
|
||||
Loading…
Reference in New Issue
Block a user