Skip to content

Commit

Permalink
chore: update tekton pipelines with correct naming
Browse files Browse the repository at this point in the history
I think my wires got crossed when I first attempted to onboard multiple
components in a single repo. The name of the pipelines was mixed up with
the name of the files. Anyhooo... I believe this should fix it.

Signed-off-by: Lance Ball <[email protected]>
  • Loading branch information
lance committed Sep 7, 2023
1 parent a3c9d02 commit dd98a66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .tekton/rekor-server-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ metadata:
creationTimestamp: null
labels:
appstudio.openshift.io/application: rekor
appstudio.openshift.io/component: rekor-cli
appstudio.openshift.io/component: rekor-server
pipelines.appstudio.openshift.io/type: build
name: rekor-cli-on-pull-request
name: rekor-server-on-pull-request
namespace: securesign-tenant
spec:
params:
Expand All @@ -25,7 +25,7 @@ spec:
- name: image-expires-after
value: 5d
- name: output-image
value: quay.io/redhat-user-workloads/securesign-tenant/rekor/rekor-cli:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/securesign-tenant/rekor/rekor-server:on-pr-{{revision}}
- name: path-context
value: .
- name: revision
Expand Down
6 changes: 3 additions & 3 deletions .tekton/rekor-server-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ metadata:
creationTimestamp: null
labels:
appstudio.openshift.io/application: rekor
appstudio.openshift.io/component: rekor-cli
appstudio.openshift.io/component: rekor-server
pipelines.appstudio.openshift.io/type: build
name: rekor-cli-on-push
name: rekor-server-on-push
namespace: securesign-tenant
spec:
params:
Expand All @@ -22,7 +22,7 @@ spec:
- name: git-url
value: '{{repo_url}}'
- name: output-image
value: quay.io/redhat-user-workloads/securesign-tenant/rekor/rekor-cli:{{revision}}
value: quay.io/redhat-user-workloads/securesign-tenant/rekor/rekor-server:{{revision}}
- name: path-context
value: .
- name: revision
Expand Down

0 comments on commit dd98a66

Please sign in to comment.