Skip to content

Commit 2fa22bb

Browse files
authored
Merge pull request #75590 from kaldesai/SRVOCF-599-Serverless
PR for SRVOCF-599: Update links present in the "Creating a function in the web console" section.
2 parents 32ccd5f + 3db222a commit 2fa22bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/odc-creating-functions.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ You can create a function from a Git repository by using the *Developer* perspec
1818
.func-s2i task
1919
[source,terminal]
2020
----
21-
$ oc apply -f https://raw.githubusercontent.com/openshift-knative/kn-plugin-func/serverless-1.32/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml
21+
$ oc apply -f https://raw.githubusercontent.com/openshift-knative/kn-plugin-func/serverless-1.33/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml
2222
----
2323
+
2424
.func-deploy task
2525
[source,terminal]
2626
----
27-
$ oc apply -f https://raw.githubusercontent.com/openshift-knative/kn-plugin-func/serverless-1.32/pkg/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml
27+
$ oc apply -f https://raw.githubusercontent.com/openshift-knative/kn-plugin-func/serverless-1.33/pkg/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml
2828
----
2929
+
3030
.Node.js function
3131
[source,terminal]
3232
----
33-
$ oc apply -f https://raw.githubusercontent.com/openshift-knative/kn-plugin-func/serverless-1.32/pkg/pipelines/resources/tekton/pipeline/dev-console/0.1/nodejs-pipeline.yaml
33+
$ oc apply -f https://raw.githubusercontent.com/openshift-knative/kn-plugin-func/serverless-1.33/pkg/pipelines/resources/tekton/pipeline/dev-console/0.1/nodejs-pipeline.yaml
3434
----
3535
3636
* You must log into the {ocp-product-title} web console.

0 commit comments

Comments
 (0)