From 4b627f40ade63c44ea1396afb95cbda904cf84cc Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Sun, 12 Mar 2023 16:56:45 +0100 Subject: [PATCH] fix: correct args for seafile gc job --- seafile/Chart.yaml | 2 +- seafile/templates/cronjob.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/seafile/Chart.yaml b/seafile/Chart.yaml index d300f08..62bceb1 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 9760a08..d4c0e74 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 }}" -- GitLab