Skip to content

Commit 464a147

Browse files
committed
Add Cartographer Blueprints
1 parent 6989723 commit 464a147

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.5
9+
VERSION: 0.1.6
1010

1111
jobs:
1212
build:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This repository contains the Carvel packages part of the Kadras project.
99
The 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+
* [cartographer-blueprints](https://github.com/arktonix/cartographer-blueprints)
1213
* [fluxcd-source-controller](https://github.com/arktonix/package-for-fluxcd-source-controller)
1314
* [knative-eventing](https://github.com/arktonix/package-for-knative-eventing)
1415
* [knative-serving](https://github.com/arktonix/package-for-knative-serving)
@@ -42,7 +43,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4243
```shell
4344
kubectl create namespace carvel-packages
4445
kctrl package repository add -r kadras-repo \
45-
--url ghcr.io/arktonix/kadras-packages:0.1.5 \
46+
--url ghcr.io/arktonix/kadras-packages:0.1.6 \
4647
-n carvel-packages
4748
```
4849

0 commit comments

Comments
 (0)