From 06215afa403c46d5e867113b00dd5ef80fbb354d Mon Sep 17 00:00:00 2001 From: Jefferson Ramos Date: Fri, 28 Jul 2023 16:23:19 -0300 Subject: [PATCH] chore: patch func-deploy task to use midstream specific 1.29.1 kn client image --- .../resources/tekton/task/func-deploy/0.1/func-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7e70d629ef..88a0468035 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,7 +24,7 @@ spec: description: The workspace containing the function project steps: - name: func-deploy - image: "registry.redhat.io/openshift-serverless-1/client-kn-rhel8@sha256:1700137a4ae6e5c0642faef6b3e037952f985dbe4e9a66916c9a27511833d776" + image: "registry.redhat.io/openshift-serverless-1/client-kn-rhel8@sha256:8273842d8e1714fa03c7e0809924b1ffc5ef282f79b9606bd8ac88c03e7a16bd" env: - name: FUNC_IMAGE value: "$(params.image)"