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 a5f23da commit b423e91Copy full SHA for b423e91
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.17.1 \
+ --url ghcr.io/kadras-io/kadras-packages:0.18.0 \
53
-n kadras-system --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.15.1 \
+ -v 0.16.0 \
78
-n kadras-system \
79
--values-file values.yml
80
0 commit comments