Skip to content

Commit e9e3593

Browse files
committed
Add FluxCD Source Controller
1 parent 809d792 commit e9e3593

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.2
9+
VERSION: 0.1.3
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+
* [fluxcd-source-controller](https://github.com/arktonix/package-for-fluxcd-source-controller)
1213
* [knative-eventing](https://github.com/arktonix/package-for-knative-eventing)
1314
* [knative-serving](https://github.com/arktonix/package-for-knative-serving)
1415

@@ -39,7 +40,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
3940
```shell
4041
kubectl create namespace carvel-packages
4142
kctrl package repository add -r kadras-repo \
42-
--url ghcr.io/arktonix/kadras-packages:0.1.2 \
43+
--url ghcr.io/arktonix/kadras-packages:0.1.3 \
4344
-n carvel-packages
4445
```
4546

0 commit comments

Comments
 (0)