Skip to content

Commit 4a37644

Browse files
authored
Merge pull request #53413 from gabriel-rh/SRVOCF-495-update-serverles-version
SVROCF-495 update serverless version in cluster build task install
2 parents caa2447 + 889b5fe commit 4a37644

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
@@ -27,14 +27,14 @@ include::snippets/technology-preview.adoc[leveloffset=+1]
2727
+
2828
[source,terminal]
2929
----
30-
$ oc apply -f https://raw.githubusercontent.com/openshift-knative/kn-plugin-func/serverless-1.25.0/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml
30+
$ 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
3131
----
3232

3333
.. Create the `kn func` deploy Tekton task to be able to deploy the function in the pipeline:
3434
+
3535
[source,terminal]
3636
----
37-
$ oc apply -f https://raw.githubusercontent.com/openshift-knative/kn-plugin-func/serverless-1.25.0/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml
37+
$ 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
3838
----
3939

4040
. Create a function:

0 commit comments

Comments
 (0)