Skip to content

Commit

Permalink
chore: patch func-deploy task to use midstream specific 1.33.0 kn cli…
Browse files Browse the repository at this point in the history
…ent image
  • Loading branch information
serverless-qe committed May 20, 2024
1 parent 6035bad commit 5df1119
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ spec:
description: The workspace containing the function project
steps:
- name: func-deploy
image: "ghcr.io/knative/func-utils:latest"
script: |
deploy $(params.path) "$(params.image)"
image: "registry.redhat.io/openshift-serverless-1/client-kn-rhel8@sha256:929adc2cf43f3ddcc543955338a51b0df346e0f2466ae4e5db346f242eb7ef6b"
env:
- name: FUNC_IMAGE
value: "$(params.image)"
- name: HOME
value: "/tmp"
command:
- /ko-app/kn
args:
- func
- deploy
- --verbose
- --build=false
- --push=false
- --path=$(params.path)
- --remote=false
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ spec:
description: The workspace containing the function project
steps:
- name: func-deploy
image: "ghcr.io/knative/func-utils:latest"
script: |
deploy $(params.path) "$(params.image)"
image: "registry.redhat.io/openshift-serverless-1/client-kn-rhel8@sha256:929adc2cf43f3ddcc543955338a51b0df346e0f2466ae4e5db346f242eb7ef6b"
env:
- name: FUNC_IMAGE
value: "$(params.image)"
- name: HOME
value: "/tmp"
command:
- /ko-app/kn
args:
- func
- deploy
- --verbose
- --build=false
- --push=false
- --path=$(params.path)
- --remote=false

0 comments on commit 5df1119

Please sign in to comment.