Skip to content

Commit 480ec1b

Browse files
authored
Merge pull request #60 from yftacherzog/move-to-konflux-vanguard
chore: use vanguard workspace
2 parents d0b666e + bbfdc14 commit 480ec1b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.tekton/notification-service-pull-request.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ metadata:
1515
appstudio.openshift.io/component: notification-service
1616
pipelines.appstudio.openshift.io/type: build
1717
name: notification-service-on-pull-request
18-
namespace: rhtap-o11y-tenant
18+
namespace: konflux-vanguard-tenant
1919
spec:
2020
params:
2121
- name: git-url
2222
value: '{{source_url}}'
2323
- name: revision
2424
value: '{{revision}}'
2525
- name: output-image
26-
value: quay.io/redhat-user-workloads/rhtap-o11y-tenant/notification-service/notification-service:on-pr-{{revision}}
26+
value: quay.io/redhat-user-workloads/konflux-vanguard-tenant/notification-service/notification-service:on-pr-{{revision}}
2727
- name: image-expires-after
2828
value: 5d
2929
- name: dockerfile

.tekton/notification-service-push.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ metadata:
1414
appstudio.openshift.io/component: notification-service
1515
pipelines.appstudio.openshift.io/type: build
1616
name: notification-service-on-push
17-
namespace: rhtap-o11y-tenant
17+
namespace: konflux-vanguard-tenant
1818
spec:
1919
params:
2020
- name: git-url
2121
value: '{{source_url}}'
2222
- name: revision
2323
value: '{{revision}}'
2424
- name: output-image
25-
value: quay.io/redhat-user-workloads/rhtap-o11y-tenant/notification-service/notification-service:{{revision}}
25+
value: quay.io/redhat-user-workloads/konflux-vanguard-tenant/notification-service/notification-service:{{revision}}
2626
- name: dockerfile
2727
value: Dockerfile
2828
pipelineSpec:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/rhel9/go-toolset:1.21.9-1.1717085562 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder
22

33
ARG TARGETOS
44
ARG TARGETARCH

0 commit comments

Comments
 (0)