Skip to content

Commit 24cce4d

Browse files
authored
Merge pull request #55595 from rh-max/srvls-update-tekton-links-for-1.27
[SRVOCF-508] Update Tekton task links for 1.27
2 parents d349497 + 2bbab1f commit 24cce4d

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)