Skip to content

Commit 9e04b48

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 99c88b2 commit 9e04b48

File tree

4 files changed

+55
-65
lines changed

4 files changed

+55
-65
lines changed

.tekton/trustee-operator-bundle-pull-request.yaml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && files.all.exists(path, path.matches('bundle*|tests/*|.tekton/*bundle*'))
12-
creationTimestamp: null
12+
creationTimestamp:
1313
labels:
1414
appstudio.openshift.io/application: trustee
1515
appstudio.openshift.io/component: trustee-operator-bundle
@@ -25,7 +25,7 @@ spec:
2525
- name: build-source-image
2626
value: "true"
2727
- name: hermetic
28-
value: "true"
28+
value: "true"
2929
- name: output-image
3030
value: quay.io/redhat-user-workloads/ose-osc-tenant/trustee/trustee-operator-bundle:on-pr-{{revision}}
3131
- name: image-expires-after
@@ -64,13 +64,11 @@ spec:
6464
name: output-image
6565
type: string
6666
- default: .
67-
description: Path to the source code of an application's component from where
68-
to build image.
67+
description: Path to the source code of an application's component from where to build image.
6968
name: path-context
7069
type: string
7170
- default: Dockerfile
72-
description: Path to the Dockerfile inside the context specified by parameter
73-
path-context
71+
description: Path to the Dockerfile inside the context specified by parameter path-context
7472
name: dockerfile
7573
type: string
7674
- default: "false"
@@ -90,8 +88,7 @@ spec:
9088
name: prefetch-input
9189
type: string
9290
- default: ""
93-
description: Image tag expiration time, time values could be something like
94-
1h, 2d, 3w for hours, days, and weeks, respectively.
91+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9592
name: image-expires-after
9693
type: string
9794
- default: "false"
@@ -111,8 +108,7 @@ spec:
111108
name: build-args-file
112109
type: string
113110
- default: "false"
114-
description: Whether to enable privileged mode, should be used only with remote
115-
VMs
111+
description: Whether to enable privileged mode, should be used only with remote VMs
116112
name: privileged-nested
117113
type: string
118114
results:
@@ -192,7 +188,7 @@ spec:
192188
- name: name
193189
value: prefetch-dependencies-oci-ta
194190
- name: bundle
195-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
191+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
196192
- name: kind
197193
value: task
198194
resolver: bundles
@@ -276,19 +272,21 @@ spec:
276272
- name: build-source-image
277273
params:
278274
- name: BINARY_IMAGE
279-
value: $(params.output-image)
275+
value: $(tasks.build-image-index.results.IMAGE_URL)
280276
- name: SOURCE_ARTIFACT
281277
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
282278
- name: CACHI2_ARTIFACT
283279
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
280+
- name: BINARY_IMAGE_DIGEST
281+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
284282
runAfter:
285283
- build-image-index
286284
taskRef:
287285
params:
288286
- name: name
289287
value: source-build-oci-ta
290288
- name: bundle
291-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
289+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
292290
- name: kind
293291
value: task
294292
resolver: bundles
@@ -356,7 +354,7 @@ spec:
356354
- name: name
357355
value: ecosystem-cert-preflight-checks
358356
- name: bundle
359-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
357+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:abbe195626eec925288df6425679559025d1be4af5ae70ca6dbbcb49ad3bf08b
360358
- name: kind
361359
value: task
362360
resolver: bundles
@@ -449,7 +447,7 @@ spec:
449447
- name: name
450448
value: sast-coverity-check-oci-ta
451449
- name: bundle
452-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:d3fdca2f0072e1c40e0781ac4b8f16b977dc77fc6e80424087941465bc27d5eb
450+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c926568ce63e4f63e18bb6a4178caca2e8192f6e3b830bbcd354e6485d29458c
453451
- name: kind
454452
value: task
455453
resolver: bundles

.tekton/trustee-operator-bundle-push.yaml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && files.all.exists(path, path.matches('bundle*|tests/*|.tekton/*bundle*'))
11-
creationTimestamp: null
11+
creationTimestamp:
1212
labels:
1313
appstudio.openshift.io/application: trustee
1414
appstudio.openshift.io/component: trustee-operator-bundle
@@ -24,7 +24,7 @@ spec:
2424
- name: build-source-image
2525
value: "true"
2626
- name: hermetic
27-
value: "true"
27+
value: "true"
2828
- name: output-image
2929
value: quay.io/redhat-user-workloads/ose-osc-tenant/trustee/trustee-operator-bundle:{{revision}}
3030
- name: dockerfile
@@ -61,13 +61,11 @@ spec:
6161
name: output-image
6262
type: string
6363
- default: .
64-
description: Path to the source code of an application's component from where
65-
to build image.
64+
description: Path to the source code of an application's component from where to build image.
6665
name: path-context
6766
type: string
6867
- default: Dockerfile
69-
description: Path to the Dockerfile inside the context specified by parameter
70-
path-context
68+
description: Path to the Dockerfile inside the context specified by parameter path-context
7169
name: dockerfile
7270
type: string
7371
- default: "false"
@@ -87,8 +85,7 @@ spec:
8785
name: prefetch-input
8886
type: string
8987
- default: ""
90-
description: Image tag expiration time, time values could be something like
91-
1h, 2d, 3w for hours, days, and weeks, respectively.
88+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9289
name: image-expires-after
9390
type: string
9491
- default: "false"
@@ -108,8 +105,7 @@ spec:
108105
name: build-args-file
109106
type: string
110107
- default: "false"
111-
description: Whether to enable privileged mode, should be used only with remote
112-
VMs
108+
description: Whether to enable privileged mode, should be used only with remote VMs
113109
name: privileged-nested
114110
type: string
115111
results:
@@ -189,7 +185,7 @@ spec:
189185
- name: name
190186
value: prefetch-dependencies-oci-ta
191187
- name: bundle
192-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
188+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
193189
- name: kind
194190
value: task
195191
resolver: bundles
@@ -273,19 +269,21 @@ spec:
273269
- name: build-source-image
274270
params:
275271
- name: BINARY_IMAGE
276-
value: $(params.output-image)
272+
value: $(tasks.build-image-index.results.IMAGE_URL)
277273
- name: SOURCE_ARTIFACT
278274
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
279275
- name: CACHI2_ARTIFACT
280276
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
277+
- name: BINARY_IMAGE_DIGEST
278+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
281279
runAfter:
282280
- build-image-index
283281
taskRef:
284282
params:
285283
- name: name
286284
value: source-build-oci-ta
287285
- name: bundle
288-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
286+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
289287
- name: kind
290288
value: task
291289
resolver: bundles
@@ -353,7 +351,7 @@ spec:
353351
- name: name
354352
value: ecosystem-cert-preflight-checks
355353
- name: bundle
356-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
354+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:abbe195626eec925288df6425679559025d1be4af5ae70ca6dbbcb49ad3bf08b
357355
- name: kind
358356
value: task
359357
resolver: bundles
@@ -446,7 +444,7 @@ spec:
446444
- name: name
447445
value: sast-coverity-check-oci-ta
448446
- name: bundle
449-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:d3fdca2f0072e1c40e0781ac4b8f16b977dc77fc6e80424087941465bc27d5eb
447+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c926568ce63e4f63e18bb6a4178caca2e8192f6e3b830bbcd354e6485d29458c
450448
- name: kind
451449
value: task
452450
resolver: bundles

.tekton/trustee-operator-pull-request.yaml

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && files.all.exists(path, !path.matches('bundle*|tests/*|.tekton/*bundle*'))
12-
creationTimestamp: null
12+
creationTimestamp:
1313
labels:
1414
appstudio.openshift.io/application: trustee
1515
appstudio.openshift.io/component: trustee-operator
@@ -70,13 +70,11 @@ spec:
7070
name: output-image
7171
type: string
7272
- default: .
73-
description: Path to the source code of an application's component from where
74-
to build image.
73+
description: Path to the source code of an application's component from where to build image.
7574
name: path-context
7675
type: string
7776
- default: Dockerfile
78-
description: Path to the Dockerfile inside the context specified by parameter
79-
path-context
77+
description: Path to the Dockerfile inside the context specified by parameter path-context
8078
name: dockerfile
8179
type: string
8280
- default: "false"
@@ -96,8 +94,7 @@ spec:
9694
name: prefetch-input
9795
type: string
9896
- default: ""
99-
description: Image tag expiration time, time values could be something like
100-
1h, 2d, 3w for hours, days, and weeks, respectively.
97+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10198
name: image-expires-after
10299
type: string
103100
- default: "true"
@@ -117,14 +114,12 @@ spec:
117114
name: build-args-file
118115
type: string
119116
- default: "false"
120-
description: Whether to enable privileged mode, should be used only with remote
121-
VMs
117+
description: Whether to enable privileged mode, should be used only with remote VMs
122118
name: privileged-nested
123119
type: string
124120
- default:
125121
- linux/x86_64
126-
description: List of platforms to build the container images on. The available
127-
set of values is determined by the configuration of the multi-platform-controller.
122+
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
128123
name: build-platforms
129124
type: array
130125
results:
@@ -197,16 +192,16 @@ spec:
197192
value: $(params.output-image).prefetch
198193
- name: ociArtifactExpiresAfter
199194
value: $(params.image-expires-after)
200-
- name: dev-package-managers
201-
value: "true"
195+
- name: dev-package-managers
196+
value: "true"
202197
runAfter:
203198
- clone-repository
204199
taskRef:
205200
params:
206201
- name: name
207202
value: prefetch-dependencies-oci-ta
208203
- name: bundle
209-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
204+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
210205
- name: kind
211206
value: task
212207
resolver: bundles
@@ -297,19 +292,21 @@ spec:
297292
- name: build-source-image
298293
params:
299294
- name: BINARY_IMAGE
300-
value: $(params.output-image)
295+
value: $(tasks.build-image-index.results.IMAGE_URL)
301296
- name: SOURCE_ARTIFACT
302297
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
303298
- name: CACHI2_ARTIFACT
304299
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
300+
- name: BINARY_IMAGE_DIGEST
301+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
305302
runAfter:
306303
- build-image-index
307304
taskRef:
308305
params:
309306
- name: name
310307
value: source-build-oci-ta
311308
- name: bundle
312-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
309+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
313310
- name: kind
314311
value: task
315312
resolver: bundles
@@ -377,7 +374,7 @@ spec:
377374
- name: name
378375
value: ecosystem-cert-preflight-checks
379376
- name: bundle
380-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
377+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:abbe195626eec925288df6425679559025d1be4af5ae70ca6dbbcb49ad3bf08b
381378
- name: kind
382379
value: task
383380
resolver: bundles
@@ -470,7 +467,7 @@ spec:
470467
- name: name
471468
value: sast-coverity-check-oci-ta
472469
- name: bundle
473-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:d3fdca2f0072e1c40e0781ac4b8f16b977dc77fc6e80424087941465bc27d5eb
470+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c926568ce63e4f63e18bb6a4178caca2e8192f6e3b830bbcd354e6485d29458c
474471
- name: kind
475472
value: task
476473
resolver: bundles

0 commit comments

Comments
 (0)