We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc1795 commit af9732fCopy full SHA for af9732f
config/manager/kustomization.yaml
@@ -5,4 +5,4 @@ resources:
5
images:
6
- name: ghcr.io/kluctl/template-controller
7
newName: ghcr.io/kluctl/template-controller
8
- newTag: v0.8.1
+ newTag: v0.8.2
docs/install.md
@@ -13,7 +13,7 @@ The Template Controller can currently only be installed via kustomize:
13
14
```sh
15
kubectl create ns kluctl-system
16
-kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.8.1" | kubectl apply -f-
+kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.8.2" | kubectl apply -f-
17
```
18
19
## Helm
0 commit comments