File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
8484Verify 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 ` ` `
You can’t perform that action at this time.
0 commit comments