From dbcd8feeb3800ce3709cdd0faa7fba14e7314447 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Fri, 15 Nov 2024 20:31:03 +0100 Subject: [PATCH] using latest version of kaniko --- 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 ec7137f..c043ccb 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:debug + image: gcr.io/kaniko-project/executor:1.23.2-debug #imagePullPolicy: Always command: - /busybox/cat -- 2.31.1