Skip to content

Commit 7c40433

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

File tree

4 files changed

+32
-54
lines changed

4 files changed

+32
-54
lines changed

.tekton/kf-notebook-controller-pull-request.yaml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +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-
== "main" && ( "components/***".pathChanged() || ".tekton/kf-notebook-controller-pull-request.yaml".pathChanged()
13-
|| "components/notebook-controller/Dockerfile".pathChanged() ) && has(body.repository) && body.repository.full_name == "opendatahub-io/kubeflow"
14-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( "components/***".pathChanged() || ".tekton/kf-notebook-controller-pull-request.yaml".pathChanged() || "components/notebook-controller/Dockerfile".pathChanged() ) && has(body.repository) && body.repository.full_name == "opendatahub-io/kubeflow"
12+
creationTimestamp:
1513
labels:
1614
appstudio.openshift.io/application: kubeflow
1715
appstudio.openshift.io/component: kf-notebook-controller
@@ -70,13 +68,11 @@ spec:
7068
name: output-image
7169
type: string
7270
- default: .
73-
description: Path to the source code of an application's component from where
74-
to build image.
71+
description: Path to the source code of an application's component from where to build image.
7572
name: path-context
7673
type: string
7774
- default: Dockerfile
78-
description: Path to the Dockerfile inside the context specified by parameter
79-
path-context
75+
description: Path to the Dockerfile inside the context specified by parameter path-context
8076
name: dockerfile
8177
type: string
8278
- default: "false"
@@ -96,8 +92,7 @@ spec:
9692
name: prefetch-input
9793
type: string
9894
- default: ""
99-
description: Image tag expiration time, time values could be something like
100-
1h, 2d, 3w for hours, days, and weeks, respectively.
95+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10196
name: image-expires-after
10297
- default: "false"
10398
description: Build a source image.
@@ -117,8 +112,7 @@ spec:
117112
type: string
118113
- default:
119114
- linux/x86_64
120-
description: List of platforms to build the container images on. The available
121-
set of values is determined by the configuration of the multi-platform-controller.
115+
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.
122116
name: build-platforms
123117
type: array
124118
results:
@@ -367,7 +361,7 @@ spec:
367361
- name: name
368362
value: ecosystem-cert-preflight-checks
369363
- name: bundle
370-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:2ad615f9b8141ed2e0b060ebda366ce43cf55a9dd7c98e2d93970ff328dca8b2
364+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:50668bab78fcf8aa02d3820a46354d4a125d80eff26fa07f9c23ea58b5e7088e
371365
- name: kind
372366
value: task
373367
resolver: bundles
@@ -589,7 +583,7 @@ spec:
589583
- name: name
590584
value: rpms-signature-scan
591585
- name: bundle
592-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d00d159c370e3c99447516970c316ef57dfd27c29e0ce3cff50727c9c40936d8
586+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1ed16be7d66040bb7eb04c4b252345ff658e1dbdca8274ae7885126ab2214ad1
593587
- name: kind
594588
value: task
595589
resolver: bundles

.tekton/kf-notebook-controller-push.yaml

Lines changed: 8 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-
== "main" && has(body.repository) && body.repository.full_name == "opendatahub-io/kubeflow"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && has(body.repository) && body.repository.full_name == "opendatahub-io/kubeflow"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: kubeflow
1514
appstudio.openshift.io/component: kf-notebook-controller
@@ -68,13 +67,11 @@ spec:
6867
name: output-image
6968
type: string
7069
- default: .
71-
description: Path to the source code of an application's component from where
72-
to build image.
70+
description: Path to the source code of an application's component from where to build image.
7371
name: path-context
7472
type: string
7573
- default: Dockerfile
76-
description: Path to the Dockerfile inside the context specified by parameter
77-
path-context
74+
description: Path to the Dockerfile inside the context specified by parameter path-context
7875
name: dockerfile
7976
type: string
8077
- default: "false"
@@ -94,8 +91,7 @@ spec:
9491
name: prefetch-input
9592
type: string
9693
- default: ""
97-
description: Image tag expiration time, time values could be something like
98-
1h, 2d, 3w for hours, days, and weeks, respectively.
94+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9995
name: image-expires-after
10096
- default: "false"
10197
description: Build a source image.
@@ -115,8 +111,7 @@ spec:
115111
type: string
116112
- default:
117113
- linux/x86_64
118-
description: List of platforms to build the container images on. The available
119-
set of values is determined by the configuration of the multi-platform-controller.
114+
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.
120115
name: build-platforms
121116
type: array
122117
results:
@@ -365,7 +360,7 @@ spec:
365360
- name: name
366361
value: ecosystem-cert-preflight-checks
367362
- name: bundle
368-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:2ad615f9b8141ed2e0b060ebda366ce43cf55a9dd7c98e2d93970ff328dca8b2
363+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:50668bab78fcf8aa02d3820a46354d4a125d80eff26fa07f9c23ea58b5e7088e
369364
- name: kind
370365
value: task
371366
resolver: bundles
@@ -587,7 +582,7 @@ spec:
587582
- name: name
588583
value: rpms-signature-scan
589584
- name: bundle
590-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d00d159c370e3c99447516970c316ef57dfd27c29e0ce3cff50727c9c40936d8
585+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1ed16be7d66040bb7eb04c4b252345ff658e1dbdca8274ae7885126ab2214ad1
591586
- name: kind
592587
value: task
593588
resolver: bundles

.tekton/odh-notebook-controller-pull-request.yaml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +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-
== "main" && ( "components/***".pathChanged() || ".tekton/odh-notebook-controller-pull-request.yaml".pathChanged()
13-
|| "components/odh-notebook-controller/Dockerfile".pathChanged() ) && has(body.repository) && body.repository.full_name == "opendatahub-io/kubeflow"
14-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( "components/***".pathChanged() || ".tekton/odh-notebook-controller-pull-request.yaml".pathChanged() || "components/odh-notebook-controller/Dockerfile".pathChanged() ) && has(body.repository) && body.repository.full_name == "opendatahub-io/kubeflow"
12+
creationTimestamp:
1513
labels:
1614
appstudio.openshift.io/application: kubeflow
1715
appstudio.openshift.io/component: odh-notebook-controller
@@ -70,13 +68,11 @@ spec:
7068
name: output-image
7169
type: string
7270
- default: .
73-
description: Path to the source code of an application's component from where
74-
to build image.
71+
description: Path to the source code of an application's component from where to build image.
7572
name: path-context
7673
type: string
7774
- default: Dockerfile
78-
description: Path to the Dockerfile inside the context specified by parameter
79-
path-context
75+
description: Path to the Dockerfile inside the context specified by parameter path-context
8076
name: dockerfile
8177
type: string
8278
- default: "false"
@@ -96,8 +92,7 @@ spec:
9692
name: prefetch-input
9793
type: string
9894
- default: ""
99-
description: Image tag expiration time, time values could be something like
100-
1h, 2d, 3w for hours, days, and weeks, respectively.
95+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10196
name: image-expires-after
10297
- default: "false"
10398
description: Build a source image.
@@ -117,8 +112,7 @@ spec:
117112
type: string
118113
- default:
119114
- linux/x86_64
120-
description: List of platforms to build the container images on. The available
121-
set of values is determined by the configuration of the multi-platform-controller.
115+
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.
122116
name: build-platforms
123117
type: array
124118
results:
@@ -367,7 +361,7 @@ spec:
367361
- name: name
368362
value: ecosystem-cert-preflight-checks
369363
- name: bundle
370-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:2ad615f9b8141ed2e0b060ebda366ce43cf55a9dd7c98e2d93970ff328dca8b2
364+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:50668bab78fcf8aa02d3820a46354d4a125d80eff26fa07f9c23ea58b5e7088e
371365
- name: kind
372366
value: task
373367
resolver: bundles
@@ -589,7 +583,7 @@ spec:
589583
- name: name
590584
value: rpms-signature-scan
591585
- name: bundle
592-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d00d159c370e3c99447516970c316ef57dfd27c29e0ce3cff50727c9c40936d8
586+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1ed16be7d66040bb7eb04c4b252345ff658e1dbdca8274ae7885126ab2214ad1
593587
- name: kind
594588
value: task
595589
resolver: bundles

.tekton/odh-notebook-controller-push.yaml

Lines changed: 8 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-
== "main" && has(body.repository) && body.repository.full_name == "opendatahub-io/kubeflow"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && has(body.repository) && body.repository.full_name == "opendatahub-io/kubeflow"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: kubeflow
1514
appstudio.openshift.io/component: odh-notebook-controller
@@ -68,13 +67,11 @@ spec:
6867
name: output-image
6968
type: string
7069
- default: .
71-
description: Path to the source code of an application's component from where
72-
to build image.
70+
description: Path to the source code of an application's component from where to build image.
7371
name: path-context
7472
type: string
7573
- default: Dockerfile
76-
description: Path to the Dockerfile inside the context specified by parameter
77-
path-context
74+
description: Path to the Dockerfile inside the context specified by parameter path-context
7875
name: dockerfile
7976
type: string
8077
- default: "false"
@@ -94,8 +91,7 @@ spec:
9491
name: prefetch-input
9592
type: string
9693
- default: ""
97-
description: Image tag expiration time, time values could be something like
98-
1h, 2d, 3w for hours, days, and weeks, respectively.
94+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9995
name: image-expires-after
10096
- default: "false"
10197
description: Build a source image.
@@ -115,8 +111,7 @@ spec:
115111
type: string
116112
- default:
117113
- linux/x86_64
118-
description: List of platforms to build the container images on. The available
119-
set of values is determined by the configuration of the multi-platform-controller.
114+
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.
120115
name: build-platforms
121116
type: array
122117
results:
@@ -365,7 +360,7 @@ spec:
365360
- name: name
366361
value: ecosystem-cert-preflight-checks
367362
- name: bundle
368-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:2ad615f9b8141ed2e0b060ebda366ce43cf55a9dd7c98e2d93970ff328dca8b2
363+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:50668bab78fcf8aa02d3820a46354d4a125d80eff26fa07f9c23ea58b5e7088e
369364
- name: kind
370365
value: task
371366
resolver: bundles
@@ -587,7 +582,7 @@ spec:
587582
- name: name
588583
value: rpms-signature-scan
589584
- name: bundle
590-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d00d159c370e3c99447516970c316ef57dfd27c29e0ce3cff50727c9c40936d8
585+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1ed16be7d66040bb7eb04c4b252345ff658e1dbdca8274ae7885126ab2214ad1
591586
- name: kind
592587
value: task
593588
resolver: bundles

0 commit comments

Comments
 (0)