From 2f03704d4a426408f2b6de2b774280c8841eb600 Mon Sep 17 00:00:00 2001 From: Mykola Marusenko Date: Mon, 11 Nov 2024 12:50:19 +0200 Subject: [PATCH] chore: Set correct image tag for kaniko task (#348) --- charts/pipelines-library/templates/tasks/kaniko.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pipelines-library/templates/tasks/kaniko.yaml b/charts/pipelines-library/templates/tasks/kaniko.yaml index 86dc515a..9e43eb33 100644 --- a/charts/pipelines-library/templates/tasks/kaniko.yaml +++ b/charts/pipelines-library/templates/tasks/kaniko.yaml @@ -51,7 +51,7 @@ spec: default: ./ - name: builder-image description: The image on which builds will run - default: {{ .Values.kaniko.image.repository }}:{{ .Values.tag }}-debug + default: {{ .Values.kaniko.image.repository }}:{{ .Values.kaniko.image.tag }}-debug results: - name: IMAGE_DIGEST description: Digest of the image just built.