From 7a6e59957b6bb9f90fca39e75a1616fd6d9c6329 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 5 Nov 2024 11:15:53 +1000 Subject: [PATCH] Update to redhatproductsecurity repos --- .tekton/integration-test.yaml | 4 ++-- .tekton/rapidast-pull-request.yaml | 4 ++-- .tekton/rapidast-push.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.tekton/integration-test.yaml b/.tekton/integration-test.yaml index 052820b..dac19d3 100644 --- a/.tekton/integration-test.yaml +++ b/.tekton/integration-test.yaml @@ -6,7 +6,7 @@ metadata: spec: params: - name: repo_url - default: github.com/sfowl/rapidast + default: github.com/RedHatProductSecurity/rapidast - name: revision default: "development" - description: 'Snapshot of the application' @@ -19,7 +19,7 @@ spec: "containerImage": "quay.io/redhatproductsecurity/rapidast:latest", "source":{ "git":{ - "url":"git@github.com:sfowl/rapidast.git", + "url":"git@github.com:RedHatProductSecurity/rapidast.git", "revision":"development", } } diff --git a/.tekton/rapidast-pull-request.yaml b/.tekton/rapidast-pull-request.yaml index 404eefe..3e83340 100644 --- a/.tekton/rapidast-pull-request.yaml +++ b/.tekton/rapidast-pull-request.yaml @@ -2,7 +2,7 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: - build.appstudio.openshift.io/repo: https://github.com/sfowl/rapidast?rev={{revision}} + build.appstudio.openshift.io/repo: https://github.com/RedHatProductSecurity/rapidast?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' @@ -22,7 +22,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/sfowler/rapidast:on-pr-{{revision}} + value: quay.io/redhatproductsecurity/rapidast:on-pr-{{revision}} - name: image-expires-after value: 7d - name: dockerfile diff --git a/.tekton/rapidast-push.yaml b/.tekton/rapidast-push.yaml index 91811b3..22f9131 100644 --- a/.tekton/rapidast-push.yaml +++ b/.tekton/rapidast-push.yaml @@ -2,7 +2,7 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: - build.appstudio.openshift.io/repo: https://github.com/sfowl/rapidast?rev={{revision}} + build.appstudio.openshift.io/repo: https://github.com/RedHatProductSecurity/rapidast?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3"