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 837eeab commit fbf8b51Copy full SHA for fbf8b51
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.24.0 \
+ --url ghcr.io/kadras-io/kadras-packages:0.25.0 \
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.23.0 \
+ -v 0.25.0 \
80
-n kadras-system \
81
--values-file values.yml
82
0 commit comments