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 \
47
47
48
48
Add the Kadras repository to make the platform packages available to the cluster.
49
49
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
+ ```
55
55
56
56
## Configure the Platform
57
57
@@ -73,13 +73,13 @@ The Ingress is configured with the special domain `127.0.0.1.sslip.io` which wil
73
73
74
74
Reference the `values.yml` file you created in the previous step and install the Kadras Engineering Platform.
75
75
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
+ ` ` `
83
83
84
84
# # Verify the Installation
85
85
You can’t perform that action at this time.
0 commit comments