diff --git a/.tekton/rhel-10-libecpg-pull-request.yaml b/.tekton/rhel-10-libecpg-pull-request.yaml index b7286d1..53ad3ea 100644 --- a/.tekton/rhel-10-libecpg-pull-request.yaml +++ b/.tekton/rhel-10-libecpg-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-db-postgresql-libs + appstudio.openshift.io/application: rhel-10 appstudio.openshift.io/component: rhel-10-libecpg pipelines.appstudio.openshift.io/type: build name: rhel-10-libecpg-on-pull-request @@ -19,7 +19,7 @@ metadata: spec: params: - name: application - value: rhel-10-workload-db-postgresql-libs + value: rhel-10 - name: package-name value: libecpg - name: git-url diff --git a/.tekton/rhel-10-libecpg-push.yaml b/.tekton/rhel-10-libecpg-push.yaml index 6cff0f5..be08c8f 100644 --- a/.tekton/rhel-10-libecpg-push.yaml +++ b/.tekton/rhel-10-libecpg-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-db-postgresql-libs + appstudio.openshift.io/application: rhel-10 appstudio.openshift.io/component: rhel-10-libecpg pipelines.appstudio.openshift.io/type: build name: rhel-10-libecpg-on-push @@ -18,7 +18,7 @@ metadata: spec: params: - name: application - value: rhel-10-workload-db-postgresql-libs + value: rhel-10 - name: package-name value: libecpg - name: git-url