From b04fc22ed29fff9a2a5b3868db2294cd2170b5dc Mon Sep 17 00:00:00 2001 From: rohow Date: Fri, 1 Aug 2025 18:19:29 +0800 Subject: [PATCH] feat(tailscale-derp): update chart version to 0.0.9 and adjust deployment configuration --- charts/tailscale-derp/Chart.yaml | 2 +- charts/tailscale-derp/templates/deployment.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/tailscale-derp/Chart.yaml b/charts/tailscale-derp/Chart.yaml index acb1cd1..a2545f6 100644 --- a/charts/tailscale-derp/Chart.yaml +++ b/charts/tailscale-derp/Chart.yaml @@ -9,5 +9,5 @@ maintainers: email: admin@dev.cm url: https://github.com/devcm-repo icon: https://tailscale.com/files/apple-touch-icon.png -version: 0.0.8 +version: 0.0.9 appVersion: v1.86.2 diff --git a/charts/tailscale-derp/templates/deployment.yml b/charts/tailscale-derp/templates/deployment.yml index 88e4e1c..140fa5e 100644 --- a/charts/tailscale-derp/templates/deployment.yml +++ b/charts/tailscale-derp/templates/deployment.yml @@ -22,9 +22,9 @@ spec: affinity: {{- toYaml .Values.affinity | nindent 8 }} {{- end }} - {{ - if .Values.hostNetwork }} + {{- if .Values.hostNetwork }} hostNetwork: true - {{ - end }} + {{- end }} containers: - name: "{{ .Release.Name }}-{{ .Chart.Name }}" image: "{{ .Values.image.name }}:{{ .Values.image.tag | default .Chart.AppVersion }}"