From d96c6373abde7910ac5a970774d0f6d8fa846b95 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 21 May 2023 13:26:20 +0200 Subject: [PATCH] fix: container image name --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 491ee51..872ca83 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -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: