We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c3870 commit ba05f9fCopy full SHA for ba05f9f
.github/workflows/release.yml
@@ -6,7 +6,7 @@ env:
6
COSIGN_EXPERIMENTAL: 1
7
REGISTRY: ghcr.io
8
IMAGE_NAME: ${{ github.repository }}
9
- VERSION: 0.3.0
+ VERSION: 0.3.1
10
11
jobs:
12
build:
README.md
@@ -45,7 +45,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
45
```shell
46
kubectl create namespace carvel-packages
47
kctrl package repository add -r kadras-repo \
48
- --url ghcr.io/arktonix/kadras-packages:0.3.0 \
+ --url ghcr.io/arktonix/kadras-packages:0.3.1 \
49
-n carvel-packages
50
```
51
0 commit comments