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:
parent
c3c9590d34
commit
ef98ff1cf3
@ -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`.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user