From fabe6172a8a13817a3609392b1b04aa593733d07 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Sun, 12 Mar 2023 16:42:52 +0100
Subject: [PATCH] fix: correct fields for seafile gc job

---
 seafile/Chart.yaml             | 2 +-
 seafile/templates/cronjob.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/seafile/Chart.yaml b/seafile/Chart.yaml
index a6ff5d4..d300f08 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.7
+version: 0.1.8
 appVersion: "4d64355e"
diff --git a/seafile/templates/cronjob.yaml b/seafile/templates/cronjob.yaml
index a4c4e9a..9760a08 100644
--- a/seafile/templates/cronjob.yaml
+++ b/seafile/templates/cronjob.yaml
@@ -1,7 +1,7 @@
 apiVersion: batch/v1
 kind: CronJob
 metadata:
-  name: {{ include "seafile-helm.fullname" . }}
+  name: {{ include "seafile-helm.fullname" . }}-gc
   labels:
     {{- include "seafile-helm.labels" . | nindent 4 }}
 spec:
-- 
GitLab