Skip to content

Commit ac0e5ce

Browse files
committed
build: Preparing release v0.8.3
1 parent a41d44d commit ac0e5ce

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.2
8+
newTag: v0.8.3

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.2" | kubectl apply -f-
16+
kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.8.3" | kubectl apply -f-
1717
```
1818

1919
## Helm

0 commit comments

Comments
 (0)