Skip to content

Commit

Permalink
build: Preparing release v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Jul 19, 2024
1 parent 6f27407 commit 0a731ad
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.3
newTag: v0.8.4
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.3" | kubectl apply -f-
kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.8.4" | kubectl apply -f-
```

## Helm
Expand Down

0 comments on commit 0a731ad

Please sign in to comment.