镜像自地址
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
|
email: admin@dev.cm
|
||||||
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.4
|
version: 0.0.5
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,10 @@ apiVersion: v1
|
|||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: "{{ .Release.Name }}-{{ .Chart.Name }}-data"
|
name: "{{ .Release.Name }}-{{ .Chart.Name }}-data"
|
||||||
|
annotations:
|
||||||
|
{{- if .Values.persistence.data.annotations }}
|
||||||
|
{{- toYaml .Values.persistence.data.annotations | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- {{ .Values.persistence.data.accessMode }}
|
- {{ .Values.persistence.data.accessMode }}
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ persistence:
|
|||||||
storageClass: ""
|
storageClass: ""
|
||||||
size: 2Gi
|
size: 2Gi
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
|
annotations:
|
||||||
|
helm.sh/resource-policy: keep
|
||||||
|
|
||||||
rustdeskServer:
|
rustdeskServer:
|
||||||
encryptedOnly: true
|
encryptedOnly: true
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户