Skip to content

Commit dfae28c

Browse files
authored
Add fixed version to install guide for v0.8.0 (#272)
Signed-off-by: Benjamin Huo <benjamin@kubesphere.io> Signed-off-by: Benjamin Huo <benjamin@kubesphere.io>
1 parent 2a6fd20 commit dfae28c

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
@@ -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" %}}

0 commit comments

Comments
 (0)