Add alpine version

This commit is contained in:
Jon Ervine 2021-04-04 00:42:34 +08:00
parent 3980b951c0
commit a0c20ad605

View File

@ -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