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 af1ee2a commit e6f90f9Copy full SHA for e6f90f9
.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.7.2
+ VERSION: 0.7.3
10
11
jobs:
12
build:
README.md
@@ -47,7 +47,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
47
```shell
48
kubectl create namespace kadras-packages
49
kctrl package repository add -r kadras-repo \
50
- --url ghcr.io/kadras-io/kadras-packages:0.7.2 \
+ --url ghcr.io/kadras-io/kadras-packages:0.7.3 \
51
-n kadras-packages
52
```
53
0 commit comments