Skip to content

Commit bfb12d6

Browse files
committed
updated for tekton version
1 parent c3cf060 commit bfb12d6

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.tekton/pipelines.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ spec:
1515
- name: image-name
1616
- name: registry-region
1717
- name: fail-on-scanned-issues
18-
resources:
19-
- name: app-image
20-
type: image
2118
workspaces:
2219
- name: pipeline-ws
2320
tasks:
@@ -64,10 +61,6 @@ spec:
6461
workspaces:
6562
- name: source
6663
workspace: pipeline-ws
67-
resources:
68-
outputs:
69-
- name: built-image
70-
resource: app-image
7164
- name: va-scan
7265
taskRef:
7366
name: icr-check-va-scan

.tekton/tasks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
- name: git-branch
2121
steps:
2222
- name: execute-script
23-
image: icr.io/continuous-delivery/pipeline/pipeline-base-ubi:latest
23+
image: icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.28
2424
envFrom:
2525
- configMapRef:
2626
name: environment-properties
@@ -90,7 +90,7 @@ spec:
9090
- name: image-repository
9191
steps:
9292
- name: execute-script
93-
image: icr.io/continuous-delivery/pipeline/pipeline-base-ubi:latest
93+
image: icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.28
9494
envFrom:
9595
- configMapRef:
9696
name: environment-properties
@@ -135,7 +135,7 @@ spec:
135135
- name: registry-region
136136
steps:
137137
- name: execute-script
138-
image: icr.io/continuous-delivery/pipeline/pipeline-base-ubi:latest
138+
image: icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.28
139139
envFrom:
140140
- configMapRef:
141141
name: environment-properties

0 commit comments

Comments
 (0)