Skip to content

Commit

Permalink
chore: patch func-deploy task to use midstream specific 1.33.1 func u…
Browse files Browse the repository at this point in the history
…tils image
  • Loading branch information
serverless-qe committed Jul 10, 2024
1 parent f9f4ecd commit c320eb5
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: "registry.redhat.io/openshift-serverless-1/func-utils-rhel8@sha256:aaec9703d03eda1fc1828ea3c9a921790f16715936cbcaa8c474165d26917ff7"
image: "registry.redhat.io/openshift-serverless-1/func-utils-rhel8@sha256:e43bc3855fb1dd8dfe788039636db8dfeab1f6de289dfc4d3aa1aae47ddd5473"
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: "registry.redhat.io/openshift-serverless-1/func-utils-rhel8@sha256:aaec9703d03eda1fc1828ea3c9a921790f16715936cbcaa8c474165d26917ff7"
image: "registry.redhat.io/openshift-serverless-1/func-utils-rhel8@sha256:e43bc3855fb1dd8dfe788039636db8dfeab1f6de289dfc4d3aa1aae47ddd5473"
script: |
deploy $(params.path) "$(params.image)"

0 comments on commit c320eb5

Please sign in to comment.