Skip to content

Commit

Permalink
changes needed for new contract (#61)
Browse files Browse the repository at this point in the history
This pr contains the necessary changes to the pipeline for the new
contract
  • Loading branch information
JasonPowr authored and JasonPowr committed Sep 26, 2023
1 parent 0d52801 commit f77d726
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .tekton/backfill-redis-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,12 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
value: "true"
- default: ""
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
value: '{"type": "gomod", "path": "."}'
- default: "false"
description: Java build
name: java
Expand Down
2 changes: 2 additions & 0 deletions .tekton/backfill-redis-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,12 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
value: "true"
- default: ""
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
value: '{"type": "gomod", "path": "."}'
- default: "false"
description: Java build
name: java
Expand Down
2 changes: 2 additions & 0 deletions .tekton/rekor-cli-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,12 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
value: "true"
- default: ""
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
value: '{"type": "gomod", "path": "."}'
- default: "false"
description: Java build
name: java
Expand Down
2 changes: 2 additions & 0 deletions .tekton/rekor-cli-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,12 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
value: "true"
- default: ""
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
value: '{"type": "gomod", "path": "."}'
- default: "false"
description: Java build
name: java
Expand Down
4 changes: 3 additions & 1 deletion .tekton/rekor-server-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,12 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
value: "true"
- default: ""
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
value: '{"type": "gomod", "path": "."}'
- default: "false"
description: Java build
name: java
Expand Down Expand Up @@ -272,7 +274,7 @@ spec:
- name: name
value: deprecated-image-check
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-deprecated-image-check:0.3@sha256:0f62d3583a2aad17af1e8af511751701a926bf53835574d47781a40945b59381
value: quay.io/redhat-appstudio-tekton-catalog/task-deprecated-image-check:0.3@sha256:4938fedb0f61ba30cc93925194298187d08898439efd525a34834bcf0d51587f
- name: kind
value: task
resolver: bundles
Expand Down
4 changes: 3 additions & 1 deletion .tekton/rekor-server-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,12 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
value: "true"
- default: ""
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
value: '{"type": "gomod", "path": "."}'
- default: "false"
description: Java build
name: java
Expand Down Expand Up @@ -269,7 +271,7 @@ spec:
- name: name
value: deprecated-image-check
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-deprecated-image-check:0.3@sha256:0f62d3583a2aad17af1e8af511751701a926bf53835574d47781a40945b59381
value: quay.io/redhat-appstudio-tekton-catalog/task-deprecated-image-check:0.3@sha256:4938fedb0f61ba30cc93925194298187d08898439efd525a34834bcf0d51587f
- name: kind
value: task
resolver: bundles
Expand Down

0 comments on commit f77d726

Please sign in to comment.