Skip to content

Commit e08cd0a

Browse files
committed
Add Application Platform and Namespace Seyup
1 parent 6b52418 commit e08cd0a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
COSIGN_EXPERIMENTAL: 1
77
REGISTRY: ghcr.io
88
IMAGE_NAME: ${{ github.repository }}
9-
VERSION: 0.1.9
9+
VERSION: 0.2.0
1010

1111
jobs:
1212
build:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This repository contains the Carvel packages part of the Kadras project.
88

99
The 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
4749
kubectl create namespace carvel-packages
4850
kctrl 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

0 commit comments

Comments
 (0)