Skip to content

Commit 24447b6

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

4 files changed

+44
-50
lines changed

.tekton/secondary-scheduler-operator-bundle-main-pull-request.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ 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"
12-
&& target_branch == "main"
13-
&& (
14-
".tekton/secondary-scheduler-operator-bundle-main-pull-request.yaml".pathChanged()
15-
|| "metadata/***".pathChanged()
16-
|| "manifests/***".pathChanged()
17-
|| "bundle.Dockerfile".pathChanged()
18-
)
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( ".tekton/secondary-scheduler-operator-bundle-main-pull-request.yaml".pathChanged() || "metadata/***".pathChanged() || "manifests/***".pathChanged() || "bundle.Dockerfile".pathChanged() )
1912
creationTimestamp:
2013
labels:
2114
appstudio.openshift.io/application: secondary-scheduler-operator-main
@@ -113,6 +106,10 @@ spec:
113106
description: Whether to enable privileged mode, should be used only with remote VMs
114107
name: privileged-nested
115108
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.
116113
results:
117114
- description: ''
118115
name: IMAGE_URL
@@ -140,7 +137,7 @@ spec:
140137
- name: name
141138
value: init
142139
- name: bundle
143-
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:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
144141
- name: kind
145142
value: task
146143
resolver: bundles
@@ -226,6 +223,8 @@ spec:
226223
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
227224
- name: CACHI2_ARTIFACT
228225
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
226+
- name: BUILDAH_FORMAT
227+
value: $(params.buildah-format)
229228
runAfter:
230229
- prefetch-dependencies
231230
taskRef:
@@ -255,6 +254,8 @@ spec:
255254
- name: IMAGES
256255
value:
257256
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
257+
- name: BUILDAH_FORMAT
258+
value: $(params.buildah-format)
258259
runAfter:
259260
- build-container
260261
taskRef:
@@ -382,7 +383,7 @@ spec:
382383
- name: name
383384
value: sast-snyk-check-oci-ta
384385
- name: bundle
385-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
386+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
386387
- name: kind
387388
value: task
388389
resolver: bundles

.tekton/secondary-scheduler-operator-bundle-main-push.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ 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"
11-
&& target_branch == "main"
12-
&& (
13-
".tekton/secondary-scheduler-operator-bundle-main-push.yaml".pathChanged()
14-
|| "metadata/***".pathChanged()
15-
|| "manifests/***".pathChanged()
16-
|| "bundle.Dockerfile".pathChanged()
17-
)
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && ( ".tekton/secondary-scheduler-operator-bundle-main-push.yaml".pathChanged() || "metadata/***".pathChanged() || "manifests/***".pathChanged() || "bundle.Dockerfile".pathChanged() )
1811
creationTimestamp:
1912
labels:
2013
appstudio.openshift.io/application: secondary-scheduler-operator-main
@@ -110,6 +103,10 @@ spec:
110103
description: Whether to enable privileged mode, should be used only with remote VMs
111104
name: privileged-nested
112105
type: string
106+
- name: buildah-format
107+
default: docker
108+
type: string
109+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
113110
results:
114111
- description: ''
115112
name: IMAGE_URL
@@ -137,7 +134,7 @@ spec:
137134
- name: name
138135
value: init
139136
- name: bundle
140-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
137+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
141138
- name: kind
142139
value: task
143140
resolver: bundles
@@ -223,6 +220,8 @@ spec:
223220
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
224221
- name: CACHI2_ARTIFACT
225222
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
223+
- name: BUILDAH_FORMAT
224+
value: $(params.buildah-format)
226225
runAfter:
227226
- prefetch-dependencies
228227
taskRef:
@@ -252,6 +251,8 @@ spec:
252251
- name: IMAGES
253252
value:
254253
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
254+
- name: BUILDAH_FORMAT
255+
value: $(params.buildah-format)
255256
runAfter:
256257
- build-container
257258
taskRef:
@@ -379,7 +380,7 @@ spec:
379380
- name: name
380381
value: sast-snyk-check-oci-ta
381382
- name: bundle
382-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
383+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
383384
- name: kind
384385
value: task
385386
resolver: bundles

.tekton/secondary-scheduler-operator-main-pull-request.yaml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,7 @@ 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"
12-
&& target_branch == "main"
13-
&& (
14-
".tekton/secondary-scheduler-operator-main-pull-request.yaml".pathChanged()
15-
|| "cmd/***".pathChanged()
16-
|| "deploy/***".pathChanged()
17-
|| "pkg/***".pathChanged()
18-
|| "vendor/***".pathChanged()
19-
|| "Dockerfile".pathChanged()
20-
|| "go.mod".pathChanged()
21-
|| "go.sum".pathChanged()
22-
|| "Makefile".pathChanged()
23-
)
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( ".tekton/secondary-scheduler-operator-main-pull-request.yaml".pathChanged() || "cmd/***".pathChanged() || "deploy/***".pathChanged() || "pkg/***".pathChanged() || "vendor/***".pathChanged() || "Dockerfile".pathChanged() || "go.mod".pathChanged() || "go.sum".pathChanged() || "Makefile".pathChanged() )
2412
creationTimestamp:
2513
labels:
2614
appstudio.openshift.io/application: secondary-scheduler-operator-main
@@ -126,6 +114,10 @@ spec:
126114
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.
127115
name: build-platforms
128116
type: array
117+
- name: buildah-format
118+
default: docker
119+
type: string
120+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
129121
results:
130122
- description: ''
131123
name: IMAGE_URL
@@ -153,7 +145,7 @@ spec:
153145
- name: name
154146
value: init
155147
- name: bundle
156-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
148+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
157149
- name: kind
158150
value: task
159151
resolver: bundles
@@ -246,6 +238,8 @@ spec:
246238
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
247239
- name: IMAGE_APPEND_PLATFORM
248240
value: 'true'
241+
- name: BUILDAH_FORMAT
242+
value: $(params.buildah-format)
249243
runAfter:
250244
- prefetch-dependencies
251245
taskRef:
@@ -275,6 +269,8 @@ spec:
275269
- name: IMAGES
276270
value:
277271
- $(tasks.build-images.results.IMAGE_REF[*])
272+
- name: BUILDAH_FORMAT
273+
value: $(params.buildah-format)
278274
runAfter:
279275
- build-images
280276
taskRef:
@@ -407,7 +403,7 @@ spec:
407403
- name: name
408404
value: sast-snyk-check-oci-ta
409405
- name: bundle
410-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
406+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
411407
- name: kind
412408
value: task
413409
resolver: bundles

.tekton/secondary-scheduler-operator-main-push.yaml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,7 @@ 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"
11-
&& target_branch == "main"
12-
&& (
13-
".tekton/secondary-scheduler-operator-main-push.yaml".pathChanged()
14-
|| "cmd/***".pathChanged()
15-
|| "deploy/***".pathChanged()
16-
|| "pkg/***".pathChanged()
17-
|| "vendor/***".pathChanged()
18-
|| "Dockerfile".pathChanged()
19-
|| "go.mod".pathChanged()
20-
|| "go.sum".pathChanged()
21-
|| "Makefile".pathChanged()
22-
)
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && ( ".tekton/secondary-scheduler-operator-main-push.yaml".pathChanged() || "cmd/***".pathChanged() || "deploy/***".pathChanged() || "pkg/***".pathChanged() || "vendor/***".pathChanged() || "Dockerfile".pathChanged() || "go.mod".pathChanged() || "go.sum".pathChanged() || "Makefile".pathChanged() )
2311
creationTimestamp:
2412
labels:
2513
appstudio.openshift.io/application: secondary-scheduler-operator-main
@@ -123,6 +111,10 @@ spec:
123111
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.
124112
name: build-platforms
125113
type: array
114+
- name: buildah-format
115+
default: docker
116+
type: string
117+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
126118
results:
127119
- description: ''
128120
name: IMAGE_URL
@@ -150,7 +142,7 @@ spec:
150142
- name: name
151143
value: init
152144
- name: bundle
153-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
145+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
154146
- name: kind
155147
value: task
156148
resolver: bundles
@@ -243,6 +235,8 @@ spec:
243235
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
244236
- name: IMAGE_APPEND_PLATFORM
245237
value: 'true'
238+
- name: BUILDAH_FORMAT
239+
value: $(params.buildah-format)
246240
runAfter:
247241
- prefetch-dependencies
248242
taskRef:
@@ -272,6 +266,8 @@ spec:
272266
- name: IMAGES
273267
value:
274268
- $(tasks.build-images.results.IMAGE_REF[*])
269+
- name: BUILDAH_FORMAT
270+
value: $(params.buildah-format)
275271
runAfter:
276272
- build-images
277273
taskRef:
@@ -404,7 +400,7 @@ spec:
404400
- name: name
405401
value: sast-snyk-check-oci-ta
406402
- name: bundle
407-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
403+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
408404
- name: kind
409405
value: task
410406
resolver: bundles

0 commit comments

Comments
 (0)