Skip to content

Commit

Permalink
examples/tests: fix yq task
Browse files Browse the repository at this point in the history
Fix yq image version to 3

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Jan 5, 2021
1 parent 55fdb95 commit 44603b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/v1alpha1/pipelineruns/pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ spec:
description: The path to the image to replace in the yaml manifest (arg to yq)
steps:
- name: replace-image
image: mikefarah/yq
image: mikefarah/yq:3
command: ['yq']
args:
- "w"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/pipelineruns/pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ spec:
- name: source
steps:
- name: replace-image
image: mikefarah/yq
image: mikefarah/yq:3
command: ['yq']
args:
- "w"
Expand Down
2 changes: 1 addition & 1 deletion test/yamls/v1beta1/pipelineruns/pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ spec:
- name: source
steps:
- name: replace-image
image: mikefarah/yq
image: mikefarah/yq:3
command: ['yq']
args:
- "w"
Expand Down

0 comments on commit 44603b1

Please sign in to comment.