From 3c3071220bd53caa9797bc79163fc73e9fb0ae6e Mon Sep 17 00:00:00 2001 From: "Chuang Cao(CC)" Date: Thu, 20 Mar 2025 17:45:53 +0800 Subject: [PATCH] Update the koflux app to rhel-10 Resolves: RHEL-79677 --- .tekton/rhel-10-gd-pull-request.yaml | 4 ++-- .tekton/rhel-10-gd-push.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tekton/rhel-10-gd-pull-request.yaml b/.tekton/rhel-10-gd-pull-request.yaml index db07b5e..7485e78 100644 --- a/.tekton/rhel-10-gd-pull-request.yaml +++ b/.tekton/rhel-10-gd-pull-request.yaml @@ -11,7 +11,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" creationTimestamp: null labels: - appstudio.openshift.io/application: rhel-10-workload-apps-unsorted + appstudio.openshift.io/application: rhel-10 appstudio.openshift.io/component: rhel-10-gd pipelines.appstudio.openshift.io/type: build name: rhel-10-gd-on-pull-request @@ -19,7 +19,7 @@ metadata: spec: params: - name: application - value: rhel-10-workload-apps-unsorted + value: rhel-10 - name: package-name value: gd - name: git-url diff --git a/.tekton/rhel-10-gd-push.yaml b/.tekton/rhel-10-gd-push.yaml index bf6ebcc..946c9b7 100644 --- a/.tekton/rhel-10-gd-push.yaml +++ b/.tekton/rhel-10-gd-push.yaml @@ -10,7 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "{{ target_branch }}" creationTimestamp: null labels: - appstudio.openshift.io/application: rhel-10-workload-apps-unsorted + appstudio.openshift.io/application: rhel-10 appstudio.openshift.io/component: rhel-10-gd pipelines.appstudio.openshift.io/type: build name: rhel-10-gd-on-push @@ -18,7 +18,7 @@ metadata: spec: params: - name: application - value: rhel-10-workload-apps-unsorted + value: rhel-10 - name: package-name value: gd - name: git-url