From 06a52ef3af06f3f7dc5adf3877adfa856743520c Mon Sep 17 00:00:00 2001 From: WrenIX Date: Mon, 24 Jun 2024 10:00:21 +0200 Subject: [PATCH] fix(headscale): bootstrap with config --- headscale/Chart.yaml | 2 +- headscale/README.adoc | 2 +- headscale/templates/secret.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/headscale/Chart.yaml b/headscale/Chart.yaml index 62af4b1..5878996 100644 --- a/headscale/Chart.yaml +++ b/headscale/Chart.yaml @@ -3,7 +3,7 @@ name: headscale description: An open source, self-hosted implementation of the Tailscale control server. icon: https://raw.githubusercontent.com/juanfont/headscale/56a7b1e34952c3e0306a134b2be9b4277f5d8d6e/docs/logo/headscale3-dots.svg type: application -version: 0.3.3 +version: 0.3.4 # renovate: image=docker.io/headscale/headscale appVersion: "0.22.3" maintainers: diff --git a/headscale/README.adoc b/headscale/README.adoc index 045126e..bda3a3f 100644 --- a/headscale/README.adoc +++ b/headscale/README.adoc @@ -2,7 +2,7 @@ = headscale -image::https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square[Version: 0.3.3] +image::https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square[Version: 0.3.4] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-0.22.3-informational?style=flat-square[AppVersion: 0.22.3] == Maintainers diff --git a/headscale/templates/secret.yaml b/headscale/templates/secret.yaml index 649ccc8..5963e2c 100644 --- a/headscale/templates/secret.yaml +++ b/headscale/templates/secret.yaml @@ -4,6 +4,7 @@ kind: Secret metadata: name: {{ include "headscale.fullname" . }} annotations: + "helm.sh/hook": "pre-install" config-hash: {{ toYaml .Values.headscale.config | sha256sum | trunc 32 }} type: Opaque stringData: