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 d73317c commit 25c748eCopy full SHA for 25c748e
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.14.2 \
+ --url ghcr.io/kadras-io/kadras-packages:0.15.0 \
53
-n kadras-packages --create-namespace
54
```
55
@@ -74,7 +74,7 @@ Reference the `values.yml` file you created in the previous step and install the
74
75
kctrl package install -i engineering-platform \
76
-p engineering-platform.packages.kadras.io \
77
- -v 0.12.2 \
+ -v 0.13.0 \
78
-n kadras-packages \
79
--values-file values.yml
80
0 commit comments