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 b997a96 commit 4ab292cCopy full SHA for 4ab292c
docs/quick-start/getting-started.md
@@ -50,7 +50,7 @@ Add the Kadras repository to make the platform packages available to the cluster
50
51
```shell
52
kctrl package repository add -r kadras-packages \
53
- --url ghcr.io/kadras-io/kadras-packages:0.22.1 \
+ --url ghcr.io/kadras-io/kadras-packages:0.23.0 \
54
-n kadras-system --create-namespace
55
```
56
@@ -78,7 +78,7 @@ Reference the `values.yml` file you created in the previous step and install the
78
79
kctrl package install -i engineering-platform \
80
-p engineering-platform.packages.kadras.io \
81
- -v 0.20.1 \
+ -v 0.21.0 \
82
-n kadras-system \
83
--values-file values.yml
84
0 commit comments