File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66 COSIGN_EXPERIMENTAL : 1
77 REGISTRY : ghcr.io
88 IMAGE_NAME : ${{ github.repository }}
9- VERSION : 0.1.5
9+ VERSION : 0.1.6
1010
1111jobs :
1212 build :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This repository contains the Carvel packages part of the Kadras project.
99The following packages are maintained by the [ Arktonix] ( https://github.com/arktonix ) organization:
1010
1111* [ argo-cd] ( https://github.com/arktonix/package-for-argo-cd )
12+ * [ cartographer-blueprints] ( https://github.com/arktonix/cartographer-blueprints )
1213* [ fluxcd-source-controller] ( https://github.com/arktonix/package-for-fluxcd-source-controller )
1314* [ knative-eventing] ( https://github.com/arktonix/package-for-knative-eventing )
1415* [ knative-serving] ( https://github.com/arktonix/package-for-knative-serving )
@@ -42,7 +43,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4243``` shell
4344kubectl create namespace carvel-packages
4445kctrl package repository add -r kadras-repo \
45- --url ghcr.io/arktonix/kadras-packages:0.1.5 \
46+ --url ghcr.io/arktonix/kadras-packages:0.1.6 \
4647 -n carvel-packages
4748```
4849
You can’t perform that action at this time.
0 commit comments