Skip to content

Commit af9732f

Browse files
committed
build: Preparing release v0.8.2
1 parent 9cc1795 commit af9732f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: ghcr.io/kluctl/template-controller
77
newName: ghcr.io/kluctl/template-controller
8-
newTag: v0.8.1
8+
newTag: v0.8.2

docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Template Controller can currently only be installed via kustomize:
1313

1414
```sh
1515
kubectl create ns kluctl-system
16-
kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.8.1" | kubectl apply -f-
16+
kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.8.2" | kubectl apply -f-
1717
```
1818

1919
## Helm

0 commit comments

Comments
 (0)