We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e3619 commit 8f94da2Copy full SHA for 8f94da2
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.5.2
+ newTag: v0.5.3
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.5.2" | kubectl apply -f-
+kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.5.3" | kubectl apply -f-
17
```
18
19
Helm Charts will be supported in the near future.
0 commit comments