We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23be92 commit 3075aa7Copy full SHA for 3075aa7
docs/getting-started/installation.md
@@ -49,7 +49,7 @@ Add the Kadras repository to make the platform packages available to the cluster
49
50
```shell
51
kctrl package repository add -r kadras-packages \
52
- --url ghcr.io/kadras-io/kadras-packages:0.23.1 \
+ --url ghcr.io/kadras-io/kadras-packages:0.23.2 \
53
-n kadras-system --create-namespace
54
```
55
@@ -76,7 +76,7 @@ Reference the `values.yml` file you created in the previous step and install the
76
77
kctrl package install -i engineering-platform \
78
-p engineering-platform.packages.kadras.io \
79
- -v 0.21.1 \
+ -v 0.21.2 \
80
-n kadras-system \
81
--values-file values.yml
82
0 commit comments