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 1818 registry-server : ghcr.io
1919 registry-username : ${{ github.actor }}
2020 image : ${{ github.repository }}
21- version : 0.21.1
21+ version : 0.21.2
2222 secrets :
2323 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
5050
5151 ``` shell
5252 kctrl package repository add -r kadras-packages \
53- --url ghcr.io/kadras-io/kadras-packages:0.23.1 \
53+ --url ghcr.io/kadras-io/kadras-packages:0.23.2 \
5454 -n kadras-system --create-namespace
5555 ```
5656
@@ -78,7 +78,7 @@ Reference the `values.yml` file you created in the previous step and install the
7878 ` ` ` shell
7979 kctrl package install -i engineering-platform \
8080 -p engineering-platform.packages.kadras.io \
81- -v 0.21.1 \
81+ -v 0.21.2 \
8282 -n kadras-system \
8383 --values-file values.yml
8484 ` ` `
You can’t perform that action at this time.
0 commit comments