Skip to content

Commit

Permalink
Merge pull request #580 from konflux-ci/konflux/references/main
Browse files Browse the repository at this point in the history
chore(deps): update konflux references to v0.2
  • Loading branch information
mmalina authored Oct 8, 2024
2 parents abdcd68 + f6037c0 commit 3a88842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .tekton/release-service-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,16 +395,14 @@ spec:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.1@sha256:8e3515fdc0bbc0bcac994482a2396a8cd23e6a6fa9efaf3ec715ee312a376777
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:7aa4d3c95e2b963e82fdda392f7cb3d61e3dab035416cf4a3a34e43cf3c9c9b8
- name: kind
value: task
params:
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
- name: fail-unsigned
value: true
workspaces:
- name: workspace
- name: git-auth
Expand Down
4 changes: 1 addition & 3 deletions .tekton/release-service-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,16 +390,14 @@ spec:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.1@sha256:8e3515fdc0bbc0bcac994482a2396a8cd23e6a6fa9efaf3ec715ee312a376777
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:7aa4d3c95e2b963e82fdda392f7cb3d61e3dab035416cf4a3a34e43cf3c9c9b8
- name: kind
value: task
params:
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
- name: fail-unsigned
value: true
workspaces:
- name: workspace
- name: git-auth
Expand Down

0 comments on commit 3a88842

Please sign in to comment.