From 1bc219f709c89f28fb912df0b8da6ee604fc0df3 Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Thu, 6 Jun 2024 09:51:40 -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..0b1a3c1650 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:06fa0c28c87246ab36f1e12364e3539723cdc4538792f6f4ef36ef38b7e63972" 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..0754a09bbb 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:06fa0c28c87246ab36f1e12364e3539723cdc4538792f6f4ef36ef38b7e63972" script: | deploy $(params.path) "$(params.image)"