Skip to content

Commit

Permalink
update kaniko version v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Apr 29, 2021
1 parent 1051e91 commit 11a4db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubectl-build
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ else
args="$args, \"--context=$context\" ]"
fi

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

overrides="$(
Expand Down

0 comments on commit 11a4db7

Please sign in to comment.