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 a0ea628 commit 45f77e4Copy full SHA for 45f77e4
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.15.0 \
+ --url ghcr.io/kadras-io/kadras-packages:0.17.1 \
54
-n kadras-system --create-namespace
55
```
56
@@ -75,7 +75,7 @@ Reference the `values.yml` file you created in the previous step and install the
75
76
kctrl package install -i engineering-platform \
77
-p engineering-platform.packages.kadras.io \
78
- -v 0.17.0 \
+ -v 0.15.1 \
79
-n kadras-system \
80
--values-file values.yml
81
0 commit comments