Skip to content

Commit

Permalink
improvement(k8s): upgrade kaniko to v0.22 (#1834)
Browse files Browse the repository at this point in the history
chore(k8s): upgrade kaniko
  • Loading branch information
mitchfriedman authored May 15, 2020
1 parent 1d4dcd7 commit b3eb25d
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 @@ -44,7 +44,7 @@ import chalk = require("chalk")
import { loadImageToMicrok8s, getMicrok8sImageStatus } from "../local/microk8s"
import { RunResult } from "../../../types/plugin/base"

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

const registryPort = 5000

Expand Down

0 comments on commit b3eb25d

Please sign in to comment.