Skip to content

Commit

Permalink
build: Preparing release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Dec 14, 2022
1 parent 044b19d commit 0e2df97
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/template-controller
newName: ghcr.io/kluctl/template-controller
newTag: v0.5.0
newTag: v0.5.1
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Template Controller can currently only be installed via kustomize:

```sh
kubectl create ns kluctl-system
kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.5.0" | kubectl apply -f-
kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.5.1" | kubectl apply -f-
```

Helm Charts will be supported in the near future.

0 comments on commit 0e2df97

Please sign in to comment.