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: