Skip to content

Commit 572546e

Browse files
committed
Bump to 0.4.0
1 parent e08f3a8 commit 572546e

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.3.2
9+
VERSION: 0.4.0
1010

1111
jobs:
1212
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4545
```shell
4646
kubectl create namespace carvel-packages
4747
kctrl package repository add -r kadras-repo \
48-
--url ghcr.io/arktonix/kadras-packages:0.3.2 \
48+
--url ghcr.io/arktonix/kadras-packages:0.4.0 \
4949
-n carvel-packages
5050
```
5151

0 commit comments

Comments
 (0)