From d58119bd09c107c6add559e05aab05b4eeda5758 Mon Sep 17 00:00:00 2001 From: rohow Date: Fri, 13 Feb 2026 17:37:19 +0800 Subject: [PATCH] feat(deployment): add pod annotations support and update chart version to 0.0.10 --- charts/rustdesk-server/Chart.yaml | 2 +- charts/rustdesk-server/templates/deployment.yml | 4 ++++ charts/tailscale-derp/Chart.yaml | 2 +- charts/tailscale-derp/templates/deployment.yml | 4 ++++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/charts/rustdesk-server/Chart.yaml b/charts/rustdesk-server/Chart.yaml index 5f7cea1..f28357a 100644 --- a/charts/rustdesk-server/Chart.yaml +++ b/charts/rustdesk-server/Chart.yaml @@ -9,5 +9,5 @@ maintainers: email: admin@dev.cm url: https://github.com/devcm-repo icon: https://rustdesk.com/favicon.ico -version: 0.0.6 +version: 0.0.7 appVersion: latest diff --git a/charts/rustdesk-server/templates/deployment.yml b/charts/rustdesk-server/templates/deployment.yml index 96481ea..8322aca 100644 --- a/charts/rustdesk-server/templates/deployment.yml +++ b/charts/rustdesk-server/templates/deployment.yml @@ -11,6 +11,10 @@ spec: app: "{{ .Release.Name }}-{{ .Chart.Name }}" template: metadata: + annotations: + {{- if .Values.rustdeskServer.podAnnotations }} + {{- toYaml .Values.rustdeskServer.podAnnotations | nindent 8 }} + {{- end }} labels: app: "{{ .Release.Name }}-{{ .Chart.Name }}" spec: diff --git a/charts/tailscale-derp/Chart.yaml b/charts/tailscale-derp/Chart.yaml index f022fd3..10c59c7 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.9 +version: 0.0.10 appVersion: v1.90.6 diff --git a/charts/tailscale-derp/templates/deployment.yml b/charts/tailscale-derp/templates/deployment.yml index 140fa5e..ae35690 100644 --- a/charts/tailscale-derp/templates/deployment.yml +++ b/charts/tailscale-derp/templates/deployment.yml @@ -11,6 +11,10 @@ spec: app: "{{ .Release.Name }}-{{ .Chart.Name }}" template: metadata: + annotations: + {{- if .Values.podAnnotations }} + {{- toYaml .Values.podAnnotations | nindent 8 }} + {{- end }} labels: app: "{{ .Release.Name }}-{{ .Chart.Name }}" spec: