File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ kapp deploy -a kapp-controller -y \
4747
4848Add 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
7474Reference 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
You can’t perform that action at this time.
0 commit comments