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

Commit 0d3f11e

Browse files
committed
build: Preparing release v0.15.1
1 parent 5a87d46 commit 0d3f11e

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.15.0
8+
newTag: v0.15.1

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.15.0" | kubectl apply -f-
18+
kustomize build "https://github.com/kluctl/flux-kluctl-controller/config/install?ref=v0.15.1" | kubectl apply -f-
1919
```
2020

2121
## Helm

0 commit comments

Comments
 (0)