1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

References latest kn release v0.10.0 in task

- Updates kn image tag to `v0.10.0`
 - Updates README.md
This commit is contained in:
Navid Shaikh 2019-11-07 21:47:36 +05:30 committed by tekton-robot
parent c3c9590d34
commit ef98ff1cf3
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/kn/kn
* **kn-image**: `kn` CLI container image to run this task.
_default_: `gcr.io/knative-releases/knative.dev/client/cmd/kn:v0.9.0`
_default_: `gcr.io/knative-releases/knative.dev/client/cmd/kn:v0.10.0`
You can use nightly build of the `kn` CLI using
`gcr.io/knative-nightly/knative.dev/client/cmd/kn`.

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.9.0
default: gcr.io/knative-releases/knative.dev/client/cmd/kn:v0.10.0
- name: ARGS
type: array
description: kn CLI arguments to run