Skip to content

Commit 11a4db7

Browse files
committed
update kaniko version v1.6.0
1 parent 1051e91 commit 11a4db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubectl-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ else
9797
args="$args, \"--context=$context\" ]"
9898
fi
9999

100-
image="${KUBECTL_BUILD_IMAGE:-gcr.io/kaniko-project/executor:v1.5.2}"
100+
image="${KUBECTL_BUILD_IMAGE:-gcr.io/kaniko-project/executor:v1.6.0}"
101101
name="${KUBECTL_BUILD_NAME_OVERRIDE:-kaniko-$(env LC_ALL=C tr -dc a-z0-9 </dev/urandom | head -c 6)}"
102102

103103
overrides="$(

0 commit comments

Comments
 (0)