From 34dd863d30f1e65b210de70c4d66b28f12f12fa1 Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Wed, 31 Jul 2024 21:46:44 -0400 Subject: [PATCH] chore: patch func-deploy task to use midstream specific 1.33.2 func utils image --- .../resources/tekton/task/func-deploy/0.1/func-deploy-pac.yaml | 2 +- .../resources/tekton/task/func-deploy/0.1/func-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy-pac.yaml b/pkg/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy-pac.yaml index e220addaa2..a10cce1202 100644 --- a/pkg/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy-pac.yaml +++ b/pkg/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy-pac.yaml @@ -24,6 +24,6 @@ spec: description: The workspace containing the function project steps: - name: func-deploy - image: "registry.redhat.io/openshift-serverless-1/func-utils-rhel8@sha256:aaec9703d03eda1fc1828ea3c9a921790f16715936cbcaa8c474165d26917ff7" + image: "registry.redhat.io/openshift-serverless-1/func-utils-rhel8@sha256:2ea14055cc04d47a85435043dd95c575dead1e6f551639da07ff38569de6a593" script: | deploy $(params.path) "$(params.image)" diff --git a/pkg/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml b/pkg/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml index ad4c36ed93..4e76c0764f 100644 --- a/pkg/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml +++ b/pkg/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml @@ -24,6 +24,6 @@ spec: description: The workspace containing the function project steps: - name: func-deploy - image: "registry.redhat.io/openshift-serverless-1/func-utils-rhel8@sha256:aaec9703d03eda1fc1828ea3c9a921790f16715936cbcaa8c474165d26917ff7" + image: "registry.redhat.io/openshift-serverless-1/func-utils-rhel8@sha256:2ea14055cc04d47a85435043dd95c575dead1e6f551639da07ff38569de6a593" script: | deploy $(params.path) "$(params.image)"