1
0
镜像自地址 https://github.com/devcm-repo/helm-charts.git 已同步 2026-06-06 04:11:05 +00:00

feat(deployment): add pod annotations support and update chart version to 0.0.10

这个提交包含在:
rohow
2026-02-13 17:37:19 +08:00
未验证
父节点 6c94f5236b
当前提交 d58119bd09
修改 4 个文件,包含 10 行新增2 行删除
+1 -1
查看文件
@@ -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
@@ -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:
+1 -1
查看文件
@@ -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
@@ -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: