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

feat(chart): update version to 0.0.5 and add annotations to PVC

这个提交包含在:
rohow
2025-07-18 14:52:26 +08:00
未验证
父节点 58febed3a8
当前提交 f42a0d7e6c
修改 3 个文件,包含 7 行新增1 行删除
+1 -1
查看文件
@@ -9,6 +9,6 @@ maintainers:
email: admin@dev.cm
url: https://github.com/devcm-repo
icon: https://rustdesk.com/favicon.ico
version: 0.0.4
version: 0.0.5
appVersion: latest
+4
查看文件
@@ -3,6 +3,10 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: "{{ .Release.Name }}-{{ .Chart.Name }}-data"
annotations:
{{- if .Values.persistence.data.annotations }}
{{- toYaml .Values.persistence.data.annotations | nindent 4 }}
{{- end }}
spec:
accessModes:
- {{ .Values.persistence.data.accessMode }}
+2
查看文件
@@ -13,6 +13,8 @@ persistence:
storageClass: ""
size: 2Gi
accessMode: ReadWriteOnce
annotations:
helm.sh/resource-policy: keep
rustdeskServer:
encryptedOnly: true