Skip to content

Commit fb9acc3

Browse files
author
openshift-pipelines-bot
committed
[bot:release-v0.6.0] update konflux configuration
1 parent 01cabeb commit fb9acc3

4 files changed

+8
-8
lines changed

.tekton/manual-approval-gate-1-20-controller-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
1414
== "release-v0.6.0" &&
1515
("***".pathChanged() ||
16-
".konflux/dockerfiles/controller-v1.24.Dockerfile".pathChanged() ||
16+
".konflux/dockerfiles/controller.Dockerfile".pathChanged() ||
1717
".tekton/manual-approval-gate-1-20-controller-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
@@ -33,7 +33,7 @@ spec:
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile
36-
value: .konflux/dockerfiles/controller-v1.24.Dockerfile
36+
value: .konflux/dockerfiles/controller.Dockerfile
3737
- name: build-platforms
3838
value:
3939
- linux/x86_64

.tekton/manual-approval-gate-1-20-controller-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
1313
== "release-v0.6.0" &&
1414
("***".pathChanged() ||
15-
".konflux/dockerfiles/controller-v1.24.Dockerfile".pathChanged() ||
15+
".konflux/dockerfiles/controller.Dockerfile".pathChanged() ||
1616
".tekton/manual-approval-gate-1-20-controller-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
@@ -30,7 +30,7 @@ spec:
3030
- name: output-image
3131
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-20/manual-approval-gate-controller-rhel9:{{revision}}
3232
- name: dockerfile
33-
value: .konflux/dockerfiles/controller-v1.24.Dockerfile
33+
value: .konflux/dockerfiles/controller.Dockerfile
3434
- name: prefetch-input
3535
value: |
3636
{"type": "rpm", "path": ".konflux/rpms"}

.tekton/manual-approval-gate-1-20-webhook-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
1414
== "release-v0.6.0" &&
1515
("***".pathChanged() ||
16-
".konflux/dockerfiles/webhook-v1.24.Dockerfile".pathChanged() ||
16+
".konflux/dockerfiles/webhook.Dockerfile".pathChanged() ||
1717
".tekton/manual-approval-gate-1-20-webhook-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
@@ -33,7 +33,7 @@ spec:
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile
36-
value: .konflux/dockerfiles/webhook-v1.24.Dockerfile
36+
value: .konflux/dockerfiles/webhook.Dockerfile
3737
- name: build-platforms
3838
value:
3939
- linux/x86_64

.tekton/manual-approval-gate-1-20-webhook-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
1313
== "release-v0.6.0" &&
1414
("***".pathChanged() ||
15-
".konflux/dockerfiles/webhook-v1.24.Dockerfile".pathChanged() ||
15+
".konflux/dockerfiles/webhook.Dockerfile".pathChanged() ||
1616
".tekton/manual-approval-gate-1-20-webhook-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
@@ -30,7 +30,7 @@ spec:
3030
- name: output-image
3131
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-20/manual-approval-gate-webhook-rhel9:{{revision}}
3232
- name: dockerfile
33-
value: .konflux/dockerfiles/webhook-v1.24.Dockerfile
33+
value: .konflux/dockerfiles/webhook.Dockerfile
3434
- name: prefetch-input
3535
value: |
3636
{"type": "rpm", "path": ".konflux/rpms"}

0 commit comments

Comments
 (0)