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 49a5c5c commit 2e644f7Copy full SHA for 2e644f7
.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.1.8
+ VERSION: 0.1.9
10
11
jobs:
12
build:
README.md
@@ -46,7 +46,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
46
```shell
47
kubectl create namespace carvel-packages
48
kctrl package repository add -r kadras-repo \
49
- --url ghcr.io/arktonix/kadras-packages:0.1.8 \
+ --url ghcr.io/arktonix/kadras-packages:0.1.9 \
50
-n carvel-packages
51
```
52
0 commit comments