We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95d26c commit 50de07fCopy full SHA for 50de07f
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.7.0
+ newTag: v0.7.1
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.7.0" | kubectl apply -f-
+kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.7.1" | kubectl apply -f-
17
```
18
19
## Helm
0 commit comments