Skip to content

Commit 1f8b11e

Browse files
committed
Add Contour 1.23.0
1 parent c2d6895 commit 1f8b11e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2.2
9+
VERSION: 0.2.3
1010

1111
jobs:
1212
build:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The following packages are maintained by the [Arktonix](https://github.com/arkto
1313
* [cartographer-blueprints](https://github.com/arktonix/cartographer-blueprints)
1414
* [cartographer-delivery](https://github.com/arktonix/cartographer-delivery)
1515
* [cartographer-golden-path-web](https://github.com/arktonix/cartographer-golden-path-web)
16+
* [contour](https://github.com/arktonix/package-for-contour)
1617
* [fluxcd-source-controller](https://github.com/arktonix/package-for-fluxcd-source-controller)
1718
* [knative-eventing](https://github.com/arktonix/package-for-knative-eventing)
1819
* [knative-serving](https://github.com/arktonix/package-for-knative-serving)
@@ -25,7 +26,6 @@ It also includes the following open-source packages maintained by the [VMware Ta
2526

2627
* [cartographer](https://github.com/vmware-tanzu/package-for-cartographer)
2728
* [cert-manager](https://github.com/vmware-tanzu/community-edition/tree/main/addons/packages/cert-manager)
28-
* [contour](https://github.com/vmware-tanzu/community-edition/tree/main/addons/packages/contour)
2929
* [kpack](https://github.com/vmware-tanzu/package-for-kpack)
3030
* [metrics-server](https://github.com/vmware-tanzu/community-edition/tree/main/addons/packages/metrics-server)
3131
* [secretgen-controller](https://github.com/vmware-tanzu/carvel-secretgen-controller)
@@ -48,7 +48,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4848
```shell
4949
kubectl create namespace carvel-packages
5050
kctrl package repository add -r kadras-repo \
51-
--url ghcr.io/arktonix/kadras-packages:0.2.2 \
51+
--url ghcr.io/arktonix/kadras-packages:0.2.3 \
5252
-n carvel-packages
5353
```
5454

0 commit comments

Comments
 (0)