File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/en/docs/getting-started Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,25 +52,25 @@ For more information about OpenFunction components compatibility with Kubernetes
5252 - Install all components:
5353 ``` shell
5454 kubectl create namespace openfunction
55- helm install openfunction openfunction/openfunction -n openfunction
55+ helm install openfunction openfunction/openfunction -n openfunction --version 0.1.0
5656 ```
5757
5858 - Install Serving only (without build):
5959 ` ` ` shell
6060 kubectl create namespace openfunction
61- helm install openfunction --set ShipwrightBuild.enabled=false --set TektonPipelines.enabled=false openfunction/openfunction -n openfunction
61+ helm install openfunction --set ShipwrightBuild.enabled=false --set TektonPipelines.enabled=false openfunction/openfunction -n openfunction --version 0.1.0
6262 ` ` `
6363
6464 - Install Knative sync runtime only:
6565 ` ` ` shell
6666 kubectl create namespace openfunction
67- helm install openfunction --set Keda.enabled=false openfunction/openfunction -n openfunction
67+ helm install openfunction --set Keda.enabled=false openfunction/openfunction -n openfunction --version 0.1.0
6868 ` ` `
6969
7070 - Install OpenFunction async runtime only:
7171 ` ` ` shell
7272 kubectl create namespace openfunction
73- helm install openfunction --set IngressNginx.enabled=false --set KnativeServing.enabled=false openfunction/openfunction -n openfunction
73+ helm install openfunction --set IngressNginx.enabled=false --set KnativeServing.enabled=false openfunction/openfunction -n openfunction --version 0.1.0
7474 ` ` `
7575
7676 {{% alert title=" Note" color=" success" %}}
You can’t perform that action at this time.
0 commit comments