1 Commits

Author SHA1 Message Date
d96c6373ab fix: container image name
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-21 13:26:20 +02:00

View File

@ -24,7 +24,7 @@ spec:
name: {{ include "athens-proxy.fullname" . }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:v{{ .Values.image.tag | default .Chart.AppVersion }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
livenessProbe:
httpGet: