Skip to content

Commit

Permalink
chore: patch func-deploy task to use midstream specific 1.31.0 kn cli…
Browse files Browse the repository at this point in the history
…ent image
  • Loading branch information
serverless-qe committed Nov 9, 2023
1 parent 7bb474c commit 2ae27a6
Showing 1 changed file with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ spec:
description: The workspace containing the function project
steps:
- name: func-deploy
image: "ghcr.io/knative/func/func:latest"
script: |
func deploy --verbose --build=false --push=false --path=$(params.path) --remote=false --image="$(params.image)"
image: "registry.redhat.io/openshift-serverless-1/client-kn-rhel8@sha256:ea825cdec133f50b3e6cf174a5dde154d94ec5999439ac210e9082345258711f"
env:
- name: FUNC_IMAGE
value: "$(params.image)"
command:
- /ko-app/kn
args:
- func
- deploy
- --verbose
- --build=false
- --push=false
- --path=$(params.path)
- --remote=false

0 comments on commit 2ae27a6

Please sign in to comment.