Skip to content

Commit 535ca0a

Browse files
committed
Set version 0.22.0
1 parent 4616bcd commit 535ca0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-server: ghcr.io
1919
registry-username: ${{ github.actor }}
2020
image: ${{ github.repository }}
21-
version: 0.21.2
21+
version: 0.22.0
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

docs/quick-start/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.2 \
53+
--url ghcr.io/kadras-io/kadras-packages:0.24.0 \
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.2 \
81+
-v 0.22.0 \
8282
-n kadras-system \
8383
--values-file values.yml
8484
```

0 commit comments

Comments
 (0)