Skip to content

Commit 304e613

Browse files
committed
Update application platform 0.2.1
1 parent a0ab873 commit 304e613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
COSIGN_EXPERIMENTAL: 1
77
REGISTRY: ghcr.io
88
IMAGE_NAME: ${{ github.repository }}
9-
VERSION: 0.2.0
9+
VERSION: 0.2.1
1010

1111
jobs:
1212
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4848
```shell
4949
kubectl create namespace carvel-packages
5050
kctrl package repository add -r kadras-repo \
51-
--url ghcr.io/arktonix/kadras-packages:0.2.0 \
51+
--url ghcr.io/arktonix/kadras-packages:0.2.1 \
5252
-n carvel-packages
5353
```
5454

0 commit comments

Comments
 (0)