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

Commit

Permalink
build: Preparing release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Mar 6, 2023
1 parent 95a1daa commit 43573a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: ghcr.io/kluctl/flux-kluctl-controller
newName: ghcr.io/kluctl/flux-kluctl-controller
newTag: v0.14.1
newTag: v0.15.0
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Flux Kluctl Controller can currently be either installed via Kustomize or vi
You can install the Flux Kluctl Controller by running the following command:

```sh
kustomize build "https://github.com/kluctl/flux-kluctl-controller/config/install?ref=v0.14.1" | kubectl apply -f-
kustomize build "https://github.com/kluctl/flux-kluctl-controller/config/install?ref=v0.15.0" | kubectl apply -f-
```

## Helm
Expand Down

0 comments on commit 43573a5

Please sign in to comment.