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
49
49
50
50
``` shell
51
51
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
54
54
```
55
55
56
56
## Configure the Platform
@@ -74,8 +74,8 @@ Reference the `values.yml` file you created in the previous step and install the
74
74
` ` ` shell
75
75
kctrl package install -i engineering-platform \
76
76
-p engineering-platform.packages.kadras.io \
77
- -v 0.13.0 \
78
- -n kadras-packages \
77
+ -v 0.15.1 \
78
+ -n kadras-system \
79
79
--values-file values.yml
80
80
` ` `
81
81
@@ -84,5 +84,5 @@ Reference the `values.yml` file you created in the previous step and install the
84
84
Verify that all the platform components have been installed and properly reconciled.
85
85
86
86
` ` ` shell
87
- kctrl package installed list -n kadras-packages
87
+ kctrl package installed list -n kadras-system
88
88
` ` `
You can’t perform that action at this time.
0 commit comments