Skip to content

Commit 2bbab1f

Browse files
committed
Update Tekton task links for 1.27
1 parent 1c256f2 commit 2bbab1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/serverless-functions-creating-on-cluster-builds.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ You can use the Knative (`kn`) CLI to initiate a function project build and then
2424
+
2525
[source,terminal]
2626
----
27-
$ oc apply -f https://raw.githubusercontent.com/openshift-knative/kn-plugin-func/serverless-1.26.0/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml
27+
$ oc apply -f https://raw.githubusercontent.com/openshift-knative/kn-plugin-func/serverless-1.27.0/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml
2828
----
2929

3030
.. Create the `kn func` deploy Tekton task to be able to deploy the function in the pipeline:
3131
+
3232
[source,terminal]
3333
----
34-
$ oc apply -f https://raw.githubusercontent.com/openshift-knative/kn-plugin-func/serverless-1.26.0/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml
34+
$ oc apply -f https://raw.githubusercontent.com/openshift-knative/kn-plugin-func/serverless-1.27.0/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml
3535
----
3636

3737
. Create a function:

0 commit comments

Comments
 (0)