Skip to content

Commit 43e46cb

Browse files
committed
docs: Update installation guide
1 parent 17d838c commit 43e46cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quick-start/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add the Kadras repository to make the platform packages available to the cluster
5050

5151
```shell
5252
kctrl package repository add -r kadras-packages \
53-
--url ghcr.io/kadras-io/kadras-packages:0.23.0 \
53+
--url ghcr.io/kadras-io/kadras-packages:0.23.1 \
5454
-n kadras-system --create-namespace
5555
```
5656

@@ -78,7 +78,7 @@ Reference the `values.yml` file you created in the previous step and install the
7878
```shell
7979
kctrl package install -i engineering-platform \
8080
-p engineering-platform.packages.kadras.io \
81-
-v 0.21.0 \
81+
-v 0.21.1 \
8282
-n kadras-system \
8383
--values-file values.yml
8484
```

0 commit comments

Comments
 (0)