Skip to content

Commit

Permalink
Merge pull request #60 from yftacherzog/move-to-konflux-vanguard
Browse files Browse the repository at this point in the history
chore: use vanguard workspace
  • Loading branch information
yftacherzog authored Oct 6, 2024
2 parents d0b666e + bbfdc14 commit 480ec1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .tekton/notification-service-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ 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
value: '{{source_url}}'
- 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
Expand Down
4 changes: 2 additions & 2 deletions .tekton/notification-service-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ 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
value: '{{source_url}}'
- 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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 480ec1b

Please sign in to comment.