From 236ca3ec0fe4a538c628603d2af7e26af167865e Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Mon, 17 Jun 2024 18:38:34 -0400 Subject: [PATCH] chore: patch func-deploy task to use midstream specific 1.33.0 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 cf13f7ad06..e220addaa2 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: "ghcr.io/knative/func-utils:latest" + image: "registry.redhat.io/openshift-serverless-1/func-utils-rhel8@sha256:aaec9703d03eda1fc1828ea3c9a921790f16715936cbcaa8c474165d26917ff7" 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 e3f6d5f88e..ad4c36ed93 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: "ghcr.io/knative/func-utils:latest" + image: "registry.redhat.io/openshift-serverless-1/func-utils-rhel8@sha256:aaec9703d03eda1fc1828ea3c9a921790f16715936cbcaa8c474165d26917ff7" script: | deploy $(params.path) "$(params.image)"