Skip to content

Commit

Permalink
chore: patch func-deploy task to use midstream specific 1.33.0 func u…
Browse files Browse the repository at this point in the history
…tils image
  • Loading branch information
serverless-qe committed Jun 5, 2024
1 parent 4ab6599 commit bdf5e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit bdf5e17

Please sign in to comment.