Skip to content

Commit 06fecf0

Browse files
committed
docs: Update installation guide to version 0.20.0
1 parent 12a679d commit 06fecf0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/getting-started/installation.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ kapp deploy -a kapp-controller -y \
4747

4848
Add the Kadras repository to make the platform packages available to the cluster.
4949

50-
```shell
51-
kctrl package repository add -r kadras-packages \
52-
--url ghcr.io/kadras-io/kadras-packages:0.20.0 \
53-
-n kadras-system --create-namespace
54-
```
50+
```shell
51+
kctrl package repository add -r kadras-packages \
52+
--url ghcr.io/kadras-io/kadras-packages:0.22.0 \
53+
-n kadras-system --create-namespace
54+
```
5555

5656
## Configure the Platform
5757

@@ -73,13 +73,13 @@ The Ingress is configured with the special domain `127.0.0.1.sslip.io` which wil
7373

7474
Reference the `values.yml` file you created in the previous step and install the Kadras Engineering Platform.
7575

76-
```shell
77-
kctrl package install -i engineering-platform \
78-
-p engineering-platform.packages.kadras.io \
79-
-v 0.18.0 \
80-
-n kadras-system \
81-
--values-file values.yml
82-
```
76+
```shell
77+
kctrl package install -i engineering-platform \
78+
-p engineering-platform.packages.kadras.io \
79+
-v 0.20.0 \
80+
-n kadras-system \
81+
--values-file values.yml
82+
```
8383

8484
## Verify the Installation
8585

0 commit comments

Comments
 (0)