Skip to content

Commit 44603b1

Browse files
vdemeestertekton-robot
authored andcommitted
examples/tests: fix yq task
Fix yq image version to 3 Signed-off-by: Vincent Demeester <[email protected]>
1 parent 55fdb95 commit 44603b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/v1alpha1/pipelineruns/pipelinerun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spec:
125125
description: The path to the image to replace in the yaml manifest (arg to yq)
126126
steps:
127127
- name: replace-image
128-
image: mikefarah/yq
128+
image: mikefarah/yq:3
129129
command: ['yq']
130130
args:
131131
- "w"

examples/v1beta1/pipelineruns/pipelinerun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ spec:
200200
- name: source
201201
steps:
202202
- name: replace-image
203-
image: mikefarah/yq
203+
image: mikefarah/yq:3
204204
command: ['yq']
205205
args:
206206
- "w"

test/yamls/v1beta1/pipelineruns/pipelinerun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ spec:
200200
- name: source
201201
steps:
202202
- name: replace-image
203-
image: mikefarah/yq
203+
image: mikefarah/yq:3
204204
command: ['yq']
205205
args:
206206
- "w"

0 commit comments

Comments
 (0)