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.9
9+ VERSION : 0.2.0
1010
1111jobs :
1212 build :
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This repository contains the Carvel packages part of the Kadras project.
88
99The following packages are maintained by the [ Arktonix] ( https://github.com/arktonix ) organization:
1010
11+ * [ application-platform] ( https://github.com/arktonix/kadras-application-platform )
1112* [ argo-cd] ( https://github.com/arktonix/package-for-argo-cd )
1213* [ cartographer-blueprints] ( https://github.com/arktonix/cartographer-blueprints )
1314* [ cartographer-delivery] ( https://github.com/arktonix/cartographer-delivery )
@@ -16,6 +17,7 @@ The following packages are maintained by the [Arktonix](https://github.com/arkto
1617* [ knative-eventing] ( https://github.com/arktonix/package-for-knative-eventing )
1718* [ knative-serving] ( https://github.com/arktonix/package-for-knative-serving )
1819* [ kpack-dependencies] ( https://github.com/arktonix/kpack-dependencies )
20+ * [ namespace-setup] ( https://github.com/arktonix/namespace-setup )
1921* [ spring-boot-conventions] ( https://github.com/arktonix/package-for-spring-boot-conventions )
2022* [ tekton-pipelines] ( https://github.com/arktonix/package-for-tekton-pipelines )
2123
@@ -46,7 +48,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4648``` shell
4749kubectl create namespace carvel-packages
4850kctrl package repository add -r kadras-repo \
49- --url ghcr.io/arktonix/kadras-packages:0.1.9 \
51+ --url ghcr.io/arktonix/kadras-packages:0.2.0 \
5052 -n carvel-packages
5153```
5254
You can’t perform that action at this time.
0 commit comments