Skip to content

Commit 2d03368

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

File tree

4 files changed

+202
-210
lines changed

4 files changed

+202
-210
lines changed

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

Lines changed: 50 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9-
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "master"
12-
creationTimestamp: null
9+
pipelinesascode.tekton.dev/max-keep-runs: '3'
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "master"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: openshift-gitops-operator
1514
appstudio.openshift.io/component: gitops-operator
@@ -20,7 +19,7 @@ spec:
2019
params:
2120
- name: build-platforms
2221
value:
23-
- linux/x86_64
22+
- linux/x86_64
2423
- name: git-url
2524
value: '{{source_url}}'
2625
- name: revision
@@ -46,7 +45,7 @@ spec:
4645
- name: name
4746
value: show-sbom
4847
- name: bundle
49-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:9bfc6b99ef038800fe131d7b45ff3cd4da3a415dd536f7c657b3527b01c4a13b
48+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
5049
- name: kind
5150
value: task
5251
resolver: bundles
@@ -65,7 +64,7 @@ spec:
6564
- name: name
6665
value: summary
6766
- name: bundle
68-
value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:d97c04ab42f277b1103eb6f3a053b247849f4f5b3237ea302a8ecada3b24e15b
67+
value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:76075b709fa06ed824cbc84f41448b397b85bfde1cf9809395ba6d286f5b7cbd
6968
- name: kind
7069
value: task
7170
resolver: bundles
@@ -76,70 +75,67 @@ spec:
7675
- description: Source Repository URL
7776
name: git-url
7877
type: string
79-
- default: ""
78+
- default: ''
8079
description: Revision of the Source Repository
8180
name: revision
8281
type: string
8382
- description: Fully Qualified Output Image
8483
name: output-image
8584
type: string
8685
- default: .
87-
description: Path to the source code of an application's component from where
88-
to build image.
86+
description: Path to the source code of an application's component from where to build image.
8987
name: path-context
9088
type: string
9189
- default: Dockerfile
92-
description: Path to the Dockerfile inside the context specified by parameter
93-
path-context
90+
description: Path to the Dockerfile inside the context specified by parameter path-context
9491
name: dockerfile
9592
type: string
96-
- default: "false"
93+
- default: 'false'
9794
description: Force rebuild image
9895
name: rebuild
9996
type: string
100-
- default: "false"
97+
- default: 'false'
10198
description: Skip checks against built image
10299
name: skip-checks
103100
type: string
104-
- default: "false"
101+
- default: 'false'
105102
description: Execute the build with network isolation
106103
name: hermetic
107104
type: string
108-
- default: ""
105+
- default: ''
109106
description: Build dependencies to be prefetched by Cachi2
110107
name: prefetch-input
111108
type: string
112-
- default: ""
113-
description: Image tag expiration time, time values could be something like
114-
1h, 2d, 3w for hours, days, and weeks, respectively.
109+
- default: ''
110+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
115111
name: image-expires-after
116-
- default: "false"
112+
- default: 'false'
117113
description: Build a source image.
118114
name: build-source-image
119115
type: string
120-
- default: "false"
116+
- default: 'false'
121117
description: Add built image into an OCI image index
122118
name: build-image-index
123119
type: string
124120
- default: []
125121
description: Array of --build-arg values ("arg=value" strings) for buildah
126122
name: build-args
127123
type: array
128-
- default: ""
124+
- default: ''
129125
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
130126
name: build-args-file
131127
type: string
132128
results:
133-
- description: ""
129+
- description: ''
134130
name: IMAGE_URL
135131
value: $(tasks.build-image-index.results.IMAGE_URL)
136-
- description: ""
132+
- description: ''
137133
name: IMAGE_DIGEST
138134
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
139-
- description: ""
135+
- description: ''
140136
name: CHAINS-GIT_URL
141137
value: $(tasks.clone-repository.results.url)
142-
- description: ""
138+
- description: ''
143139
name: CHAINS-GIT_COMMIT
144140
value: $(tasks.clone-repository.results.commit)
145141
tasks:
@@ -156,7 +152,7 @@ spec:
156152
- name: name
157153
value: init
158154
- name: bundle
159-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:092c113b614f6551113f17605ae9cb7e822aa704d07f0e37ed209da23ce392cc
155+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
160156
- name: kind
161157
value: task
162158
resolver: bundles
@@ -173,15 +169,15 @@ spec:
173169
- name: name
174170
value: git-clone
175171
- name: bundle
176-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:0bb1be8363557e8e07ec34a3c5daaaaa23c9d533f0bb12f00dc604d00de50814
172+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:eca6b8106b6ec1ea4b03d196c007928c57a0683ea1ce068e8f34f9b9bef3387d
177173
- name: kind
178174
value: task
179175
resolver: bundles
180176
when:
181177
- input: $(tasks.init.results.build)
182178
operator: in
183179
values:
184-
- "true"
180+
- 'true'
185181
workspaces:
186182
- name: output
187183
workspace: workspace
@@ -198,15 +194,15 @@ spec:
198194
- name: name
199195
value: prefetch-dependencies
200196
- name: bundle
201-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.1@sha256:058a59f72997c9cf1be20978eb6a145d8d4d436c6098f2460bd96766bb363b20
197+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.2@sha256:735a71137e43f8055bb1871653b5cbca5c8c437d90e1c78c5ba83f19b1ebedc9
202198
- name: kind
203199
value: task
204200
resolver: bundles
205201
when:
206202
- input: $(params.prefetch-input)
207203
operator: notin
208204
values:
209-
- ""
205+
- ''
210206
workspaces:
211207
- name: source
212208
workspace: workspace
@@ -244,15 +240,15 @@ spec:
244240
- name: name
245241
value: buildah
246242
- name: bundle
247-
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.2@sha256:a523f60203d90e149f96ec776b47ce85a7acfd6d634ddfc18f4a03f14e08ea0e
243+
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.4@sha256:977ebe581158e184504fb5886f534812b91cc3e79445be48449f5b7cfd14f034
248244
- name: kind
249245
value: task
250246
resolver: bundles
251247
when:
252248
- input: $(tasks.init.results.build)
253249
operator: in
254250
values:
255-
- "true"
251+
- 'true'
256252
workspaces:
257253
- name: source
258254
workspace: workspace
@@ -276,15 +272,15 @@ spec:
276272
- name: name
277273
value: build-image-index
278274
- name: bundle
279-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:18eecec92fcdb96dc346aecbbe88fb5fd95e34ee6ef4ad714dc1303723a8e4ea
275+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3cf3dcc0bf7b674b940063b4d55e41fe7d43636a1d82572e3850228aa5350fa8
280276
- name: kind
281277
value: task
282278
resolver: bundles
283279
when:
284280
- input: $(tasks.init.results.build)
285281
operator: in
286282
values:
287-
- "true"
283+
- 'true'
288284
- name: build-source-image
289285
params:
290286
- name: BINARY_IMAGE
@@ -296,19 +292,19 @@ spec:
296292
- name: name
297293
value: source-build
298294
- name: bundle
299-
value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.1@sha256:21cb5ebaff7a9216903cf78933dc4ec4dd6283a52636b16590a5f52ceb278269
295+
value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.2@sha256:6077f293bd810c2642200f6c531d938a917201861535b7f720d37f7ed7c5d88d
300296
- name: kind
301297
value: task
302298
resolver: bundles
303299
when:
304300
- input: $(tasks.init.results.build)
305301
operator: in
306302
values:
307-
- "true"
303+
- 'true'
308304
- input: $(params.build-source-image)
309305
operator: in
310306
values:
311-
- "true"
307+
- 'true'
312308
workspaces:
313309
- name: workspace
314310
workspace: workspace
@@ -325,15 +321,15 @@ spec:
325321
- name: name
326322
value: deprecated-image-check
327323
- name: bundle
328-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:d98fa9daf5ee12dfbf00880b83d092d01ce9994d79836548d2f82748bb0c64a2
324+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:270a79138a98e43c366d3722978cb5940d2bcb822ba6b60377330f863b7a1e62
329325
- name: kind
330326
value: task
331327
resolver: bundles
332328
when:
333329
- input: $(params.skip-checks)
334330
operator: in
335331
values:
336-
- "false"
332+
- 'false'
337333
- name: clair-scan
338334
params:
339335
- name: image-digest
@@ -347,15 +343,15 @@ spec:
347343
- name: name
348344
value: clair-scan
349345
- name: bundle
350-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.1@sha256:baea4be429cf8d91f7c758378cea42819fe324f25a7f957bf9805409cab6d123
346+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
351347
- name: kind
352348
value: task
353349
resolver: bundles
354350
when:
355351
- input: $(params.skip-checks)
356352
operator: in
357353
values:
358-
- "false"
354+
- 'false'
359355
- name: ecosystem-cert-preflight-checks
360356
params:
361357
- name: image-url
@@ -367,15 +363,15 @@ spec:
367363
- name: name
368364
value: ecosystem-cert-preflight-checks
369365
- name: bundle
370-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:5131cce0f93d0b728c7bcc0d6cee4c61d4c9f67c6d619c627e41e3c9775b497d
366+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:95ca11d147ee97d98f495477e9f42afe94ba3f869fc81c4e7b241ebd21e7395f
371367
- name: kind
372368
value: task
373369
resolver: bundles
374370
when:
375371
- input: $(params.skip-checks)
376372
operator: in
377373
values:
378-
- "false"
374+
- 'false'
379375
- name: sast-snyk-check
380376
params:
381377
- name: image-digest
@@ -389,15 +385,15 @@ spec:
389385
- name: name
390386
value: sast-snyk-check
391387
- name: bundle
392-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.2@sha256:82c42d27c9c59db6cf6c235e89f7b37f5cdfc75d0d361ca0ee91ae703ba72301
388+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:da2344f6dae50fc14892d818aee128f9d5df32d0d98dddb504e721408a9fb13d
393389
- name: kind
394390
value: task
395391
resolver: bundles
396392
when:
397393
- input: $(params.skip-checks)
398394
operator: in
399395
values:
400-
- "false"
396+
- 'false'
401397
workspaces:
402398
- name: workspace
403399
workspace: workspace
@@ -414,27 +410,29 @@ spec:
414410
- name: name
415411
value: clamav-scan
416412
- name: bundle
417-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:7bb17b937c9342f305468e8a6d0a22493e3ecde58977bd2ffc8b50e2fa234d58
413+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
418414
- name: kind
419415
value: task
420416
resolver: bundles
421417
when:
422418
- input: $(params.skip-checks)
423419
operator: in
424420
values:
425-
- "false"
421+
- 'false'
426422
- name: apply-tags
427423
params:
428-
- name: IMAGE
424+
- name: IMAGE_URL
429425
value: $(tasks.build-image-index.results.IMAGE_URL)
426+
- name: IMAGE_DIGEST
427+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
430428
runAfter:
431429
- build-image-index
432430
taskRef:
433431
params:
434432
- name: name
435433
value: apply-tags
436434
- name: bundle
437-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:e6beb161ed59d7be26317da03e172137b31b26648d3e139558e9a457bc56caff
435+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
438436
- name: kind
439437
value: task
440438
resolver: bundles
@@ -455,7 +453,7 @@ spec:
455453
- name: name
456454
value: push-dockerfile
457455
- name: bundle
458-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:92d63edd09636f97961ca18fac14b67935179d2c14b4a4d5f8087c614e8c2bd9
456+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:1e78c3a32f072d3ba8c49362f16f7e97365c1cfde44813d21b4988765216a09c
459457
- name: kind
460458
value: task
461459
resolver: bundles
@@ -473,7 +471,7 @@ spec:
473471
- name: workspace
474472
volumeClaimTemplate:
475473
metadata:
476-
creationTimestamp: null
474+
creationTimestamp:
477475
spec:
478476
accessModes:
479477
- ReadWriteOnce

0 commit comments

Comments
 (0)