Skip to content

Commit 88fff70

Browse files
committed
Add Cartographer golden path and delivery for web
1 parent 5d396f8 commit 88fff70

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.7
9+
VERSION: 0.1.8
1010

1111
jobs:
1212
build:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The following packages are maintained by the [Arktonix](https://github.com/arkto
1010

1111
* [argo-cd](https://github.com/arktonix/package-for-argo-cd)
1212
* [cartographer-blueprints](https://github.com/arktonix/cartographer-blueprints)
13+
* [cartographer-delivery](https://github.com/arktonix/cartographer-delivery)
14+
* [cartographer-golden-path-web](https://github.com/arktonix/cartographer-golden-path-web)
1315
* [fluxcd-source-controller](https://github.com/arktonix/package-for-fluxcd-source-controller)
1416
* [knative-eventing](https://github.com/arktonix/package-for-knative-eventing)
1517
* [knative-serving](https://github.com/arktonix/package-for-knative-serving)
@@ -44,7 +46,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4446
```shell
4547
kubectl create namespace carvel-packages
4648
kctrl package repository add -r kadras-repo \
47-
--url ghcr.io/arktonix/kadras-packages:0.1.7 \
49+
--url ghcr.io/arktonix/kadras-packages:0.1.8 \
4850
-n carvel-packages
4951
```
5052

0 commit comments

Comments
 (0)