From f9d18f34abf7c91b0b519e72addd6ac68ad01c47 Mon Sep 17 00:00:00 2001 From: V-Paranoiaque Date: Wed, 24 Sep 2025 20:41:24 +0200 Subject: [PATCH] Fix image tag --- helm/gitea-mirror/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/gitea-mirror/templates/deployment.yaml b/helm/gitea-mirror/templates/deployment.yaml index 929cd5a..20ba57f 100644 --- a/helm/gitea-mirror/templates/deployment.yaml +++ b/helm/gitea-mirror/templates/deployment.yaml @@ -49,7 +49,7 @@ spec: terminationGracePeriodSeconds: {{ .Values.deployment.terminationGracePeriodSeconds }} containers: - name: gitea-mirror - image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion | toString }} + image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:v{{ .Values.image.tag | default .Chart.AppVersion | toString }} imagePullPolicy: {{ .Values.image.pullPolicy }} envFrom: - configMapRef: