Skip to content

Commit 0617b8e

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
1 parent 1151eb0 commit 0617b8e

File tree

4 files changed

+64
-52
lines changed

4 files changed

+64
-52
lines changed

.tekton/cloud-ingress-operator-e2e-pull-request.yaml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "master"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "master"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: cloud-ingress-operator
1615
appstudio.openshift.io/component: cloud-ingress-operator-e2e
@@ -49,13 +48,11 @@ spec:
4948
name: output-image
5049
type: string
5150
- default: .
52-
description: Path to the source code of an application's component from where
53-
to build image.
51+
description: Path to the source code of an application's component from where to build image.
5452
name: path-context
5553
type: string
5654
- default: Dockerfile
57-
description: Path to the Dockerfile inside the context specified by parameter
58-
path-context
55+
description: Path to the Dockerfile inside the context specified by parameter path-context
5956
name: dockerfile
6057
type: string
6158
- default: "false"
@@ -75,8 +72,7 @@ spec:
7572
name: prefetch-input
7673
type: string
7774
- default: ""
78-
description: Image tag expiration time, time values could be something like
79-
1h, 2d, 3w for hours, days, and weeks, respectively.
75+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8076
name: image-expires-after
8177
type: string
8278
- default: "false"
@@ -96,10 +92,13 @@ spec:
9692
name: build-args-file
9793
type: string
9894
- default: "false"
99-
description: Whether to enable privileged mode, should be used only with remote
100-
VMs
95+
description: Whether to enable privileged mode, should be used only with remote VMs
10196
name: privileged-nested
10297
type: string
98+
- name: buildah-format
99+
default: docker
100+
type: string
101+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
103102
results:
104103
- description: ""
105104
name: IMAGE_URL
@@ -127,7 +126,7 @@ spec:
127126
- name: name
128127
value: init
129128
- name: bundle
130-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
129+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
131130
- name: kind
132131
value: task
133132
resolver: bundles
@@ -213,14 +212,16 @@ spec:
213212
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
214213
- name: CACHI2_ARTIFACT
215214
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
215+
- name: BUILDAH_FORMAT
216+
value: $(params.buildah-format)
216217
runAfter:
217218
- prefetch-dependencies
218219
taskRef:
219220
params:
220221
- name: name
221222
value: buildah-oci-ta
222223
- name: bundle
223-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:fdd3f39c8ea97de0d77bcde160704dbd33fdcb9cd235836927bbb170aaefb80f
224+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
224225
- name: kind
225226
value: task
226227
resolver: bundles
@@ -242,6 +243,8 @@ spec:
242243
- name: IMAGES
243244
value:
244245
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
246+
- name: BUILDAH_FORMAT
247+
value: $(params.buildah-format)
245248
runAfter:
246249
- build-container
247250
taskRef:

.tekton/cloud-ingress-operator-e2e-push.yaml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "master"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "master"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: cloud-ingress-operator
1514
appstudio.openshift.io/component: cloud-ingress-operator-e2e
@@ -46,13 +45,11 @@ spec:
4645
name: output-image
4746
type: string
4847
- default: .
49-
description: Path to the source code of an application's component from where
50-
to build image.
48+
description: Path to the source code of an application's component from where to build image.
5149
name: path-context
5250
type: string
5351
- default: Dockerfile
54-
description: Path to the Dockerfile inside the context specified by parameter
55-
path-context
52+
description: Path to the Dockerfile inside the context specified by parameter path-context
5653
name: dockerfile
5754
type: string
5855
- default: "false"
@@ -72,8 +69,7 @@ spec:
7269
name: prefetch-input
7370
type: string
7471
- default: ""
75-
description: Image tag expiration time, time values could be something like
76-
1h, 2d, 3w for hours, days, and weeks, respectively.
72+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
7773
name: image-expires-after
7874
type: string
7975
- default: "false"
@@ -93,10 +89,13 @@ spec:
9389
name: build-args-file
9490
type: string
9591
- default: "false"
96-
description: Whether to enable privileged mode, should be used only with remote
97-
VMs
92+
description: Whether to enable privileged mode, should be used only with remote VMs
9893
name: privileged-nested
9994
type: string
95+
- name: buildah-format
96+
default: docker
97+
type: string
98+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
10099
results:
101100
- description: ""
102101
name: IMAGE_URL
@@ -124,7 +123,7 @@ spec:
124123
- name: name
125124
value: init
126125
- name: bundle
127-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
126+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
128127
- name: kind
129128
value: task
130129
resolver: bundles
@@ -210,14 +209,16 @@ spec:
210209
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
211210
- name: CACHI2_ARTIFACT
212211
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
212+
- name: BUILDAH_FORMAT
213+
value: $(params.buildah-format)
213214
runAfter:
214215
- prefetch-dependencies
215216
taskRef:
216217
params:
217218
- name: name
218219
value: buildah-oci-ta
219220
- name: bundle
220-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:fdd3f39c8ea97de0d77bcde160704dbd33fdcb9cd235836927bbb170aaefb80f
221+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
221222
- name: kind
222223
value: task
223224
resolver: bundles
@@ -239,6 +240,8 @@ spec:
239240
- name: IMAGES
240241
value:
241242
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
243+
- name: BUILDAH_FORMAT
244+
value: $(params.buildah-format)
242245
runAfter:
243246
- build-container
244247
taskRef:

.tekton/cloud-ingress-operator-pull-request.yaml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "master"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "master"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: cloud-ingress-operator
1615
appstudio.openshift.io/component: cloud-ingress-operator
@@ -63,13 +62,11 @@ spec:
6362
name: output-image
6463
type: string
6564
- default: .
66-
description: Path to the source code of an application's component from where
67-
to build image.
65+
description: Path to the source code of an application's component from where to build image.
6866
name: path-context
6967
type: string
7068
- default: Dockerfile
71-
description: Path to the Dockerfile inside the context specified by parameter
72-
path-context
69+
description: Path to the Dockerfile inside the context specified by parameter path-context
7370
name: dockerfile
7471
type: string
7572
- default: "false"
@@ -89,8 +86,7 @@ spec:
8986
name: prefetch-input
9087
type: string
9188
- default: ""
92-
description: Image tag expiration time, time values could be something like
93-
1h, 2d, 3w for hours, days, and weeks, respectively.
89+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9490
name: image-expires-after
9591
type: string
9692
- default: "false"
@@ -110,10 +106,13 @@ spec:
110106
name: build-args-file
111107
type: string
112108
- default: "false"
113-
description: Whether to enable privileged mode, should be used only with remote
114-
VMs
109+
description: Whether to enable privileged mode, should be used only with remote VMs
115110
name: privileged-nested
116111
type: string
112+
- name: buildah-format
113+
default: docker
114+
type: string
115+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
117116
results:
118117
- description: ""
119118
name: IMAGE_URL
@@ -141,7 +140,7 @@ spec:
141140
- name: name
142141
value: init
143142
- name: bundle
144-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
143+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
145144
- name: kind
146145
value: task
147146
resolver: bundles
@@ -227,14 +226,16 @@ spec:
227226
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
228227
- name: CACHI2_ARTIFACT
229228
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
229+
- name: BUILDAH_FORMAT
230+
value: $(params.buildah-format)
230231
runAfter:
231232
- prefetch-dependencies
232233
taskRef:
233234
params:
234235
- name: name
235236
value: buildah-oci-ta
236237
- name: bundle
237-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:fdd3f39c8ea97de0d77bcde160704dbd33fdcb9cd235836927bbb170aaefb80f
238+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
238239
- name: kind
239240
value: task
240241
resolver: bundles
@@ -256,6 +257,8 @@ spec:
256257
- name: IMAGES
257258
value:
258259
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
260+
- name: BUILDAH_FORMAT
261+
value: $(params.buildah-format)
259262
runAfter:
260263
- build-container
261264
taskRef:

.tekton/cloud-ingress-operator-push.yaml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "master"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "master"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: cloud-ingress-operator
1514
appstudio.openshift.io/component: cloud-ingress-operator
@@ -60,13 +59,11 @@ spec:
6059
name: output-image
6160
type: string
6261
- default: .
63-
description: Path to the source code of an application's component from where
64-
to build image.
62+
description: Path to the source code of an application's component from where to build image.
6563
name: path-context
6664
type: string
6765
- default: Dockerfile
68-
description: Path to the Dockerfile inside the context specified by parameter
69-
path-context
66+
description: Path to the Dockerfile inside the context specified by parameter path-context
7067
name: dockerfile
7168
type: string
7269
- default: "false"
@@ -86,8 +83,7 @@ spec:
8683
name: prefetch-input
8784
type: string
8885
- default: ""
89-
description: Image tag expiration time, time values could be something like
90-
1h, 2d, 3w for hours, days, and weeks, respectively.
86+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9187
name: image-expires-after
9288
type: string
9389
- default: "false"
@@ -107,10 +103,13 @@ spec:
107103
name: build-args-file
108104
type: string
109105
- default: "false"
110-
description: Whether to enable privileged mode, should be used only with remote
111-
VMs
106+
description: Whether to enable privileged mode, should be used only with remote VMs
112107
name: privileged-nested
113108
type: string
109+
- name: buildah-format
110+
default: docker
111+
type: string
112+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
114113
results:
115114
- description: ""
116115
name: IMAGE_URL
@@ -138,7 +137,7 @@ spec:
138137
- name: name
139138
value: init
140139
- name: bundle
141-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
140+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
142141
- name: kind
143142
value: task
144143
resolver: bundles
@@ -224,14 +223,16 @@ spec:
224223
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
225224
- name: CACHI2_ARTIFACT
226225
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
226+
- name: BUILDAH_FORMAT
227+
value: $(params.buildah-format)
227228
runAfter:
228229
- prefetch-dependencies
229230
taskRef:
230231
params:
231232
- name: name
232233
value: buildah-oci-ta
233234
- name: bundle
234-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:fdd3f39c8ea97de0d77bcde160704dbd33fdcb9cd235836927bbb170aaefb80f
235+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
235236
- name: kind
236237
value: task
237238
resolver: bundles
@@ -253,6 +254,8 @@ spec:
253254
- name: IMAGES
254255
value:
255256
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
257+
- name: BUILDAH_FORMAT
258+
value: $(params.buildah-format)
256259
runAfter:
257260
- build-container
258261
taskRef:

0 commit comments

Comments
 (0)