Skip to content

Commit ca73287

Browse files
committed
chore: patch func-deploy task to use midstream specific 1.33.0 func utils image
1 parent 4ab6599 commit ca73287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy-pac.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ spec:
2424
description: The workspace containing the function project
2525
steps:
2626
- name: func-deploy
27-
image: "ghcr.io/knative/func-utils:latest"
27+
image: "registry.redhat.io/openshift-serverless-1/func-utils-rhel8@sha256:06fa0c28c87246ab36f1e12364e3539723cdc4538792f6f4ef36ef38b7e63972"
2828
script: |
2929
deploy $(params.path) "$(params.image)"

pkg/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ spec:
2424
description: The workspace containing the function project
2525
steps:
2626
- name: func-deploy
27-
image: "ghcr.io/knative/func-utils:latest"
27+
image: "registry.redhat.io/openshift-serverless-1/func-utils-rhel8@sha256:06fa0c28c87246ab36f1e12364e3539723cdc4538792f6f4ef36ef38b7e63972"
2828
script: |
2929
deploy $(params.path) "$(params.image)"

0 commit comments

Comments
 (0)