Skip to content

Commit

Permalink
build: Preparing release v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Oct 23, 2024
1 parent 875a495 commit 8dd303a
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.8.4
newTag: v0.8.5
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.8.4" | kubectl apply -f-
kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.8.5" | kubectl apply -f-
```

## Helm
Expand Down

0 comments on commit 8dd303a

Please sign in to comment.