Skip to content

Commit d3d183f

Browse files
author
openshift-pipelines-bot
committed
[bot:main] update konflux configuration
1 parent f464d63 commit d3d183f

6 files changed

+6
-6
lines changed

.tekton/tektoncd-hub-main-api-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/hub-api-rhel9:on-pr-{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipeline-hub-api-rhel9:on-pr-{{revision}}
3232
- name: image-expires-after
3333
value: 5d
3434
- name: dockerfile

.tekton/tektoncd-hub-main-api-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/hub-api-rhel9:{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipeline-hub-api-rhel9:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/api.Dockerfile
3434
- name: prefetch-input

.tekton/tektoncd-hub-main-db-migration-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/hub-db-migration-rhel9:on-pr-{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipeline-hub-db-migration-rhel9:on-pr-{{revision}}
3232
- name: image-expires-after
3333
value: 5d
3434
- name: dockerfile

.tekton/tektoncd-hub-main-db-migration-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/hub-db-migration-rhel9:{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipeline-hub-db-migration-rhel9:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/db-migration.Dockerfile
3434
- name: prefetch-input

.tekton/tektoncd-hub-main-ui-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/hub-ui-rhel9:on-pr-{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipeline-hub-ui-rhel9:on-pr-{{revision}}
3232
- name: image-expires-after
3333
value: 5d
3434
- name: dockerfile

.tekton/tektoncd-hub-main-ui-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/hub-ui-rhel9:{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipeline-hub-ui-rhel9:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/ui.Dockerfile
3434
- name: prefetch-input

0 commit comments

Comments
 (0)