Skip to content

Commit 0555c58

Browse files
authored
Merge pull request #208 from wrongerror/v0.6
update v0.6 installation doc
2 parents 09d6211 + 7826cc2 commit 0555c58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/getting-started/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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" %}}

0 commit comments

Comments
 (0)