镜像自地址
https://github.com/devcm-repo/helm-charts.git
已同步 2026-07-28 18:11:57 +00:00
feat(deployment): add pod annotations support and update chart version to 0.0.10
这个提交包含在:
@@ -9,5 +9,5 @@ maintainers:
|
|||||||
email: [email protected]
|
email: [email protected]
|
||||||
url: https://github.com/devcm-repo
|
url: https://github.com/devcm-repo
|
||||||
icon: https://rustdesk.com/favicon.ico
|
icon: https://rustdesk.com/favicon.ico
|
||||||
version: 0.0.6
|
version: 0.0.7
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
|
|||||||
@@ -11,6 +11,10 @@ spec:
|
|||||||
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
|
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
annotations:
|
||||||
|
{{- if .Values.rustdeskServer.podAnnotations }}
|
||||||
|
{{- toYaml .Values.rustdeskServer.podAnnotations | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
labels:
|
labels:
|
||||||
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
|
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ maintainers:
|
|||||||
email: [email protected]
|
email: [email protected]
|
||||||
url: https://github.com/devcm-repo
|
url: https://github.com/devcm-repo
|
||||||
icon: https://tailscale.com/files/apple-touch-icon.png
|
icon: https://tailscale.com/files/apple-touch-icon.png
|
||||||
version: 0.0.9
|
version: 0.0.10
|
||||||
appVersion: v1.90.6
|
appVersion: v1.90.6
|
||||||
|
|||||||
@@ -11,6 +11,10 @@ spec:
|
|||||||
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
|
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
annotations:
|
||||||
|
{{- if .Values.podAnnotations }}
|
||||||
|
{{- toYaml .Values.podAnnotations | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
labels:
|
labels:
|
||||||
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
|
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户