diff --git a/seafile/Chart.yaml b/seafile/Chart.yaml index d300f08a0b23050500b3a793a93acaa28270d451..62bceb17b86af2afaf91162c8cb769c1323897eb 100644 --- a/seafile/Chart.yaml +++ b/seafile/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: seafile description: Helm Chart for seafile type: application -version: 0.1.8 +version: 0.1.9 appVersion: "4d64355e" diff --git a/seafile/templates/cronjob.yaml b/seafile/templates/cronjob.yaml index 9760a08b10875135f0217c877fd70304f249ca83..d4c0e74dc7042f7adb819334d285bf0edf5e01e5 100644 --- a/seafile/templates/cronjob.yaml +++ b/seafile/templates/cronjob.yaml @@ -50,6 +50,8 @@ spec: - "/conf" - "-d" - "/data" + - "-F" + - "/conf" securityContext: {{- toYaml .Values.securityContext | nindent 16 }} image: "{{ .Values.image.repository }}:server-{{ .Values.image.tag | default .Chart.AppVersion }}"