1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-24 06:15:46 +00:00

Default kn image to the latest released version

Use `latest` tag for kn image at https://gcr.io/knative-releases/knative.dev/client/cmd/kn
 which points to the latest released version of kn.
 User can still parameterize the kn image to use, for example nightly build of kn image
 at https://gcr.io/knative-nightly/knative.dev/client/cmd/kn:latest
This commit is contained in:
Navid Shaikh 2020-02-24 12:48:25 +05:30 committed by tekton-robot
parent cdd89a69d3
commit fa97c4d820

View File

@ -7,7 +7,7 @@ spec:
params:
- name: kn-image
description: kn CLI container image to run this task
default: gcr.io/knative-releases/knative.dev/client/cmd/kn:v0.10.0
default: gcr.io/knative-releases/knative.dev/client/cmd/kn:latest
- name: ARGS
type: array
description: kn CLI arguments to run