File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
registry-server : ghcr.io
19
19
registry-username : ${{ github.actor }}
20
20
image : ${{ github.repository }}
21
- version : 0.21.2
21
+ version : 0.22.0
22
22
secrets :
23
23
pull-request-token : ${{ secrets.GH_ORG_PAT }}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Add the Kadras repository to make the platform packages available to the cluster
50
50
51
51
``` shell
52
52
kctrl package repository add -r kadras-packages \
53
- --url ghcr.io/kadras-io/kadras-packages:0.23.2 \
53
+ --url ghcr.io/kadras-io/kadras-packages:0.24.0 \
54
54
-n kadras-system --create-namespace
55
55
```
56
56
@@ -78,7 +78,7 @@ Reference the `values.yml` file you created in the previous step and install the
78
78
` ` ` shell
79
79
kctrl package install -i engineering-platform \
80
80
-p engineering-platform.packages.kadras.io \
81
- -v 0.21.2 \
81
+ -v 0.22.0 \
82
82
-n kadras-system \
83
83
--values-file values.yml
84
84
` ` `
You can’t perform that action at this time.
0 commit comments