diff --git a/helmfile.d/headscale-router.yaml.gotmpl b/helmfile.d/headscale-router.yaml.gotmpl index 9227e1b7..6f7a113b 100644 --- a/helmfile.d/headscale-router.yaml.gotmpl +++ b/helmfile.d/headscale-router.yaml.gotmpl @@ -13,6 +13,7 @@ releases: - name: headscale-router namespace: headscale chart: gabe565/headscale + version: 0.16.0 condition: headscale.enabled values: - ../values/headscale-router/values/values.yaml diff --git a/helmfile.d/headscale.yaml.gotmpl b/helmfile.d/headscale.yaml.gotmpl index e59ace39..3d95cdfd 100644 --- a/helmfile.d/headscale.yaml.gotmpl +++ b/helmfile.d/headscale.yaml.gotmpl @@ -13,6 +13,7 @@ releases: - name: headscale namespace: headscale chart: gabe565/headscale + version: 0.16.0 condition: headscale.enabled values: - ../values/headscale/values/values.yaml