From acd54bca11443200d1d6febb8eed26ad4a9265d6 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Fri, 15 Nov 2024 20:33:35 +0100 Subject: [PATCH] error in kaniko version number --- resources/podtemplates/kaniko.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/podtemplates/kaniko.yaml b/resources/podtemplates/kaniko.yaml index c043ccb..5fa420d 100644 --- a/resources/podtemplates/kaniko.yaml +++ b/resources/podtemplates/kaniko.yaml @@ -3,7 +3,7 @@ kind: Pod spec: containers: - name: kaniko - image: gcr.io/kaniko-project/executor:1.23.2-debug + image: gcr.io/kaniko-project/executor:v1.23.2-debug #imagePullPolicy: Always command: - /busybox/cat -- 2.31.1