Skip to content

Commit

Permalink
improvement(k8s): bump kaniko to v0.21 (#1820)
Browse files Browse the repository at this point in the history
Co-authored-by: Mitchell Friedman <[email protected]>
  • Loading branch information
mitchfriedman and Mitchell Friedman authored May 7, 2020
1 parent 334ae83 commit 15390ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garden-service/src/plugins/kubernetes/container/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { dedent } from "../../../util/string"
import chalk = require("chalk")
import { loadImageToMicrok8s, getMicrok8sImageStatus } from "../local/microk8s"

const kanikoImage = "gcr.io/kaniko-project/executor:debug-v0.20.0"
const kanikoImage = "gcr.io/kaniko-project/executor:debug-v0.21.0"

const registryPort = 5000

Expand Down

0 comments on commit 15390ff

Please sign in to comment.