File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ You can create a function from a Git repository by using the *Developer* perspec
18
18
.func-s2i task
19
19
[source,terminal]
20
20
----
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
22
22
----
23
23
+
24
24
.func-deploy task
25
25
[source,terminal]
26
26
----
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
28
28
----
29
29
+
30
30
.Node.js function
31
31
[source,terminal]
32
32
----
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
34
34
----
35
35
36
36
* You must log into the {ocp-product-title} web console.
You can’t perform that action at this time.
0 commit comments