Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit 16fb6b9

Browse files
committed
build: Preparing release v0.14.0
1 parent fc0c18b commit 16fb6b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: ghcr.io/kluctl/flux-kluctl-controller
77
newName: ghcr.io/kluctl/flux-kluctl-controller
8-
newTag: v0.13.1
8+
newTag: v0.14.0

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Flux Kluctl Controller can currently be either installed via Kustomize or vi
1515
You can install the Flux Kluctl Controller by running the following command:
1616

1717
```sh
18-
kustomize build "https://github.com/kluctl/flux-kluctl-controller/config/install?ref=v0.13.1" | kubectl apply -f-
18+
kustomize build "https://github.com/kluctl/flux-kluctl-controller/config/install?ref=v0.14.0" | kubectl apply -f-
1919
```
2020

2121
## Helm

0 commit comments

Comments
 (0)