From bbfdc14449e37b9439d0c32a74215c170d8f67ff Mon Sep 17 00:00:00 2001 From: Yftach Herzog Date: Sun, 6 Oct 2024 13:09:26 +0300 Subject: [PATCH] chore: use vanguard workspace Move from using rhtap-o11y workspace to konflux-vanguard workspace Signed-off-by: Yftach Herzog --- .tekton/notification-service-pull-request.yaml | 4 ++-- .tekton/notification-service-push.yaml | 4 ++-- Dockerfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.tekton/notification-service-pull-request.yaml b/.tekton/notification-service-pull-request.yaml index 83ff47d..45a96e5 100644 --- a/.tekton/notification-service-pull-request.yaml +++ b/.tekton/notification-service-pull-request.yaml @@ -15,7 +15,7 @@ metadata: appstudio.openshift.io/component: notification-service pipelines.appstudio.openshift.io/type: build name: notification-service-on-pull-request - namespace: rhtap-o11y-tenant + namespace: konflux-vanguard-tenant spec: params: - name: git-url @@ -23,7 +23,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rhtap-o11y-tenant/notification-service/notification-service:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/konflux-vanguard-tenant/notification-service/notification-service:on-pr-{{revision}} - name: image-expires-after value: 5d - name: dockerfile diff --git a/.tekton/notification-service-push.yaml b/.tekton/notification-service-push.yaml index aee9eb6..dcc0767 100644 --- a/.tekton/notification-service-push.yaml +++ b/.tekton/notification-service-push.yaml @@ -14,7 +14,7 @@ metadata: appstudio.openshift.io/component: notification-service pipelines.appstudio.openshift.io/type: build name: notification-service-on-push - namespace: rhtap-o11y-tenant + namespace: konflux-vanguard-tenant spec: params: - name: git-url @@ -22,7 +22,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rhtap-o11y-tenant/notification-service/notification-service:{{revision}} + value: quay.io/redhat-user-workloads/konflux-vanguard-tenant/notification-service/notification-service:{{revision}} - name: dockerfile value: Dockerfile pipelineSpec: diff --git a/Dockerfile b/Dockerfile index 0e6c5ea..300c8cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/rhel9/go-toolset:1.21.9-1.1717085562 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder ARG TARGETOS ARG TARGETARCH