fix(headscale): bootstrap with config

This commit is contained in:
WrenIX 2024-06-24 10:00:21 +02:00
parent e6d707b553
commit 06a52ef3af
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: headscale
description: An open source, self-hosted implementation of the Tailscale control server. 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 icon: https://raw.githubusercontent.com/juanfont/headscale/56a7b1e34952c3e0306a134b2be9b4277f5d8d6e/docs/logo/headscale3-dots.svg
type: application type: application
version: 0.3.3 version: 0.3.4
# renovate: image=docker.io/headscale/headscale # renovate: image=docker.io/headscale/headscale
appVersion: "0.22.3" appVersion: "0.22.3"
maintainers: maintainers:

View file

@ -2,7 +2,7 @@
= headscale = 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/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] image::https://img.shields.io/badge/AppVersion-0.22.3-informational?style=flat-square[AppVersion: 0.22.3]
== Maintainers == Maintainers

View file

@ -4,6 +4,7 @@ kind: Secret
metadata: metadata:
name: {{ include "headscale.fullname" . }} name: {{ include "headscale.fullname" . }}
annotations: annotations:
"helm.sh/hook": "pre-install"
config-hash: {{ toYaml .Values.headscale.config | sha256sum | trunc 32 }} config-hash: {{ toYaml .Values.headscale.config | sha256sum | trunc 32 }}
type: Opaque type: Opaque
stringData: stringData: