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.3
9+ VERSION : 0.1.4
1010
1111jobs :
1212 build :
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ The following packages are maintained by the [Arktonix](https://github.com/arkto
1212* [ fluxcd-source-controller] ( https://github.com/arktonix/package-for-fluxcd-source-controller )
1313* [ knative-eventing] ( https://github.com/arktonix/package-for-knative-eventing )
1414* [ knative-serving] ( https://github.com/arktonix/package-for-knative-serving )
15+ * [ tekton-pipelines] ( https://github.com/arktonix/package-for-tekton-pipelines )
1516
1617It also includes the following open-source packages maintained by the [ VMware Tanzu] ( https://github.com/vmware-tanzu ) organization:
1718
@@ -40,7 +41,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4041``` shell
4142kubectl create namespace carvel-packages
4243kctrl package repository add -r kadras-repo \
43- --url ghcr.io/arktonix/kadras-packages:0.1.3 \
44+ --url ghcr.io/arktonix/kadras-packages:0.1.4 \
4445 -n carvel-packages
4546```
4647
You can’t perform that action at this time.
0 commit comments