File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-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.7
9+ VERSION : 0.1.8
1010
1111jobs :
1212 build :
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ The following packages are maintained by the [Arktonix](https://github.com/arkto
1010
1111* [ argo-cd] ( https://github.com/arktonix/package-for-argo-cd )
1212* [ cartographer-blueprints] ( https://github.com/arktonix/cartographer-blueprints )
13+ * [ cartographer-delivery] ( https://github.com/arktonix/cartographer-delivery )
14+ * [ cartographer-golden-path-web] ( https://github.com/arktonix/cartographer-golden-path-web )
1315* [ fluxcd-source-controller] ( https://github.com/arktonix/package-for-fluxcd-source-controller )
1416* [ knative-eventing] ( https://github.com/arktonix/package-for-knative-eventing )
1517* [ knative-serving] ( https://github.com/arktonix/package-for-knative-serving )
@@ -44,7 +46,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4446``` shell
4547kubectl create namespace carvel-packages
4648kctrl package repository add -r kadras-repo \
47- --url ghcr.io/arktonix/kadras-packages:0.1.7 \
49+ --url ghcr.io/arktonix/kadras-packages:0.1.8 \
4850 -n carvel-packages
4951```
5052
You can’t perform that action at this time.
0 commit comments