Update the latest konflux app name to rhel-10

Resolves: RHEL-79677
This commit is contained in:
Chuang Cao(CC) 2025-03-20 17:29:11 +08:00
parent 5db48734d9
commit 984c0ae6ae
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ metadata:
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request"
creationTimestamp: null creationTimestamp: null
labels: labels:
appstudio.openshift.io/application: rhel-10-workload-apps-unsorted appstudio.openshift.io/application: rhel-10
appstudio.openshift.io/component: rhel-10-star appstudio.openshift.io/component: rhel-10-star
pipelines.appstudio.openshift.io/type: build pipelines.appstudio.openshift.io/type: build
name: rhel-10-star-on-pull-request name: rhel-10-star-on-pull-request
@ -19,7 +19,7 @@ metadata:
spec: spec:
params: params:
- name: application - name: application
value: rhel-10-workload-apps-unsorted value: rhel-10
- name: package-name - name: package-name
value: star value: star
- name: git-url - name: git-url

View File

@ -10,7 +10,7 @@ metadata:
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "{{ target_branch }}" pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "{{ target_branch }}"
creationTimestamp: null creationTimestamp: null
labels: labels:
appstudio.openshift.io/application: rhel-10-workload-apps-unsorted appstudio.openshift.io/application: rhel-10
appstudio.openshift.io/component: rhel-10-star appstudio.openshift.io/component: rhel-10-star
pipelines.appstudio.openshift.io/type: build pipelines.appstudio.openshift.io/type: build
name: rhel-10-star-on-push name: rhel-10-star-on-push
@ -18,7 +18,7 @@ metadata:
spec: spec:
params: params:
- name: application - name: application
value: rhel-10-workload-apps-unsorted value: rhel-10
- name: package-name - name: package-name
value: star value: star
- name: git-url - name: git-url