镜像自地址
https://github.com/devcm-repo/helm-charts.git
已同步 2026-06-06 05:51:06 +00:00
feat(chart): update version to 0.0.5 and add annotations to PVC
这个提交包含在:
@@ -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
|
||||
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -13,6 +13,8 @@ persistence:
|
||||
storageClass: ""
|
||||
size: 2Gi
|
||||
accessMode: ReadWriteOnce
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
|
||||
rustdeskServer:
|
||||
encryptedOnly: true
|
||||
|
||||
在新议题中引用
屏蔽一个用户