Skip to content

Commit a5f23da

Browse files
committed
Update docs
1 parent 25c748e commit a5f23da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/getting-started/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Add the Kadras repository to make the platform packages available to the cluster
4949

5050
```shell
5151
kctrl package repository add -r kadras-packages \
52-
--url ghcr.io/kadras-io/kadras-packages:0.15.0 \
53-
-n kadras-packages --create-namespace
52+
--url ghcr.io/kadras-io/kadras-packages:0.17.1 \
53+
-n kadras-system --create-namespace
5454
```
5555

5656
## Configure the Platform
@@ -74,8 +74,8 @@ Reference the `values.yml` file you created in the previous step and install the
7474
```shell
7575
kctrl package install -i engineering-platform \
7676
-p engineering-platform.packages.kadras.io \
77-
-v 0.13.0 \
78-
-n kadras-packages \
77+
-v 0.15.1 \
78+
-n kadras-system \
7979
--values-file values.yml
8080
```
8181

@@ -84,5 +84,5 @@ Reference the `values.yml` file you created in the previous step and install the
8484
Verify that all the platform components have been installed and properly reconciled.
8585

8686
```shell
87-
kctrl package installed list -n kadras-packages
87+
kctrl package installed list -n kadras-system
8888
```

0 commit comments

Comments
 (0)