File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ include::snippets/technology-preview.adoc[leveloffset=+1]
27
27
+
28
28
[source,terminal]
29
29
----
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
31
31
----
32
32
33
33
.. Create the `kn func` deploy Tekton task to be able to deploy the function in the pipeline:
34
34
+
35
35
[source,terminal]
36
36
----
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
38
38
----
39
39
40
40
. Create a function:
You can’t perform that action at this time.
0 commit comments