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