Skip to content

Commit 292e342

Browse files
authored
Merge pull request #590 from ingvagabund/release-4.19
no-jira: .tekton: new task updates require IMAGE_URL and IMAGE_DIGEST envs to be present for apply-tags task
2 parents 1796427 + d07e457 commit 292e342

4 files changed

+16
-0
lines changed

.tekton/kube-descheduler-operator-4-19-pull-request.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,10 @@ spec:
547547
params:
548548
- name: IMAGE
549549
value: $(tasks.build-image-index.results.IMAGE_URL)
550+
- name: IMAGE_URL
551+
value: $(tasks.build-image-index.results.IMAGE_URL)
552+
- name: IMAGE_DIGEST
553+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
550554
runAfter:
551555
- build-image-index
552556
taskRef:

.tekton/kube-descheduler-operator-4-19-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,10 @@ spec:
544544
params:
545545
- name: IMAGE
546546
value: $(tasks.build-image-index.results.IMAGE_URL)
547+
- name: IMAGE_URL
548+
value: $(tasks.build-image-index.results.IMAGE_URL)
549+
- name: IMAGE_DIGEST
550+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
547551
runAfter:
548552
- build-image-index
549553
taskRef:

.tekton/kube-descheduler-operator-bundle-4-19-pull-request.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,10 @@ spec:
531531
params:
532532
- name: IMAGE
533533
value: $(tasks.build-image-index.results.IMAGE_URL)
534+
- name: IMAGE_URL
535+
value: $(tasks.build-image-index.results.IMAGE_URL)
536+
- name: IMAGE_DIGEST
537+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
534538
runAfter:
535539
- build-image-index
536540
taskRef:

.tekton/kube-descheduler-operator-bundle-4-19-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,10 @@ spec:
528528
params:
529529
- name: IMAGE
530530
value: $(tasks.build-image-index.results.IMAGE_URL)
531+
- name: IMAGE_URL
532+
value: $(tasks.build-image-index.results.IMAGE_URL)
533+
- name: IMAGE_DIGEST
534+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
531535
runAfter:
532536
- build-image-index
533537
taskRef:

0 commit comments

Comments
 (0)