Skip to content

Commit

Permalink
Use latest for kaniko task πŸ˜…
Browse files Browse the repository at this point in the history
The version can be pinned by using the `BUILDER_IMAGE` parameter.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Mar 23, 2020
1 parent 86f50bc commit 270c833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaniko/kaniko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
default: ""
- name: BUILDER_IMAGE
description: The image on which builds will run
default: gcr.io/kaniko-project/executor:v0.13.0
default: gcr.io/kaniko-project/executor:latest
resources:
- name: source
type: git
Expand Down

0 comments on commit 270c833

Please sign in to comment.