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 @@ -41,25 +41,25 @@ Now you can install OpenFunction and all its dependencies with helm charts.
4141 - Install all components:
4242 ``` shell
4343 kubectl create namespace openfunction
44- helm install openfunction openfunction/openfunction -n openfunction
44+ helm install openfunction openfunction/openfunction -n openfunction --version 0.3.1
4545 ```
4646
4747 - Install Serving only (without build):
4848 ` ` ` shell
4949 kubectl create namespace openfunction
50- helm install openfunction --set global.ShipwrightBuild.enabled=false --set global.TektonPipelines.enabled=false openfunction/openfunction -n openfunction
50+ helm install openfunction --set global.ShipwrightBuild.enabled=false --set global.TektonPipelines.enabled=false openfunction/openfunction -n openfunction --version 0.3.1
5151 ` ` `
5252
5353 - Install Knative sync runtime only:
5454 ` ` ` shell
5555 kubectl create namespace openfunction
56- helm install openfunction --set global.Keda.enabled=false openfunction/openfunction -n openfunction
56+ helm install openfunction --set global.Keda.enabled=false openfunction/openfunction -n openfunction --version 0.3.1
5757 ` ` `
5858
5959 - Install OpenFunction async runtime only:
6060 ` ` ` shell
6161 kubectl create namespace openfunction
62- helm install openfunction --set global.Contour.enabled=false --set global.KnativeServing.enabled=false openfunction/openfunction -n openfunction
62+ helm install openfunction --set global.Contour.enabled=false --set global.KnativeServing.enabled=false openfunction/openfunction -n openfunction --version 0.3.1
6363 ` ` `
6464
6565 {{% alert title=" Note" color=" success" %}}
You can’t perform that action at this time.
0 commit comments