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.2
9+ VERSION : 0.1.3
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+ * [ fluxcd-source-controller] ( https://github.com/arktonix/package-for-fluxcd-source-controller )
1213* [ knative-eventing] ( https://github.com/arktonix/package-for-knative-eventing )
1314* [ knative-serving] ( https://github.com/arktonix/package-for-knative-serving )
1415
@@ -39,7 +40,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
3940``` shell
4041kubectl create namespace carvel-packages
4142kctrl package repository add -r kadras-repo \
42- --url ghcr.io/arktonix/kadras-packages:0.1.2 \
43+ --url ghcr.io/arktonix/kadras-packages:0.1.3 \
4344 -n carvel-packages
4445```
4546
You can’t perform that action at this time.
0 commit comments