From 7a93371f3e0dfc03a2f4888afe242131876e2aac Mon Sep 17 00:00:00 2001 From: myan Date: Wed, 11 Mar 2026 23:41:07 -0400 Subject: [PATCH] Update glo-grafana for release-1.8 (Global Hub v1.8.0) - Rename and update pull-request pipeline for globalhub-1-8 - Rename and update push pipeline for globalhub-1-8 - Update branch references to release-1.8 Corresponds to ACM release-2.17 / Global Hub v1.8.0 Signed-off-by: myan --- ...=> glo-grafana-globalhub-1-8-pull-request.yaml} | 12 ++++++------ ...sh.yaml => glo-grafana-globalhub-1-8-push.yaml} | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) rename .tekton/{glo-grafana-globalhub-1-7-pull-request.yaml => glo-grafana-globalhub-1-8-pull-request.yaml} (85%) rename .tekton/{glo-grafana-globalhub-1-7-push.yaml => glo-grafana-globalhub-1-8-push.yaml} (87%) diff --git a/.tekton/glo-grafana-globalhub-1-7-pull-request.yaml b/.tekton/glo-grafana-globalhub-1-8-pull-request.yaml similarity index 85% rename from .tekton/glo-grafana-globalhub-1-7-pull-request.yaml rename to .tekton/glo-grafana-globalhub-1-8-pull-request.yaml index d52aea5aa0dc9..4b4a220271317 100644 --- a/.tekton/glo-grafana-globalhub-1-7-pull-request.yaml +++ b/.tekton/glo-grafana-globalhub-1-8-pull-request.yaml @@ -9,13 +9,13 @@ metadata: pipelinesascode.tekton.dev/cancel-in-progress: "true" pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch - == "release-1.7" + == "release-1.8" creationTimestamp: null labels: - appstudio.openshift.io/application: release-globalhub-1-7 - appstudio.openshift.io/component: glo-grafana-globalhub-1-7 + appstudio.openshift.io/application: release-globalhub-1-8 + appstudio.openshift.io/component: glo-grafana-globalhub-1-8 pipelines.appstudio.openshift.io/type: build - name: glo-grafana-globalhub-1-7-on-pull-request + name: glo-grafana-globalhub-1-8-on-pull-request namespace: acm-multicluster-glo-tenant spec: params: @@ -24,7 +24,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/acm-multicluster-glo-tenant/glo-grafana-globalhub-1-7:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/acm-multicluster-glo-tenant/glo-grafana-globalhub-1-8:on-pr-{{revision}} - name: image-expires-after value: 5d - name: build-platforms @@ -58,7 +58,7 @@ spec: - name: pathInRepo value: pipelines/common-base.yaml taskRunTemplate: - serviceAccountName: build-pipeline-glo-grafana-globalhub-1-7 + serviceAccountName: build-pipeline-glo-grafana-globalhub-1-8 workspaces: - name: git-auth secret: diff --git a/.tekton/glo-grafana-globalhub-1-7-push.yaml b/.tekton/glo-grafana-globalhub-1-8-push.yaml similarity index 87% rename from .tekton/glo-grafana-globalhub-1-7-push.yaml rename to .tekton/glo-grafana-globalhub-1-8-push.yaml index e15d8dcb4d4ef..406b840109aa4 100644 --- a/.tekton/glo-grafana-globalhub-1-7-push.yaml +++ b/.tekton/glo-grafana-globalhub-1-8-push.yaml @@ -9,13 +9,13 @@ metadata: pipelinesascode.tekton.dev/cancel-in-progress: "false" pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "release-1.7" + == "release-1.8" creationTimestamp: null labels: - appstudio.openshift.io/application: release-globalhub-1-7 - appstudio.openshift.io/component: glo-grafana-globalhub-1-7 + appstudio.openshift.io/application: release-globalhub-1-8 + appstudio.openshift.io/component: glo-grafana-globalhub-1-8 pipelines.appstudio.openshift.io/type: build - name: glo-grafana-globalhub-1-7-on-push + name: glo-grafana-globalhub-1-8-on-push namespace: acm-multicluster-glo-tenant spec: params: @@ -24,7 +24,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/acm-multicluster-glo-tenant/glo-grafana-globalhub-1-7:{{revision}} + value: quay.io/redhat-user-workloads/acm-multicluster-glo-tenant/glo-grafana-globalhub-1-8:{{revision}} - name: build-platforms value: - linux/x86_64 @@ -44,7 +44,7 @@ spec: - name: send-slack-notification value: "true" - name: konflux-application-name - value: "release-globalhub-1-7" + value: "release-globalhub-1-8" - name: slack-webhook-url-secret-name # See details: https://konflux.pages.redhat.com/docs/users/patterns/slack-notifications.html value: "slack-notify-webhook" @@ -69,7 +69,7 @@ spec: - name: pathInRepo value: pipelines/common-base.yaml taskRunTemplate: - serviceAccountName: build-pipeline-glo-grafana-globalhub-1-7 + serviceAccountName: build-pipeline-glo-grafana-globalhub-1-8 workspaces: - name: git-auth secret: