about summary refs log tree commit diff
path: root/chart/values.yaml.template
diff options
context:
space:
mode:
Diffstat (limited to 'chart/values.yaml.template')
-rw-r--r--chart/values.yaml.template8
1 files changed, 7 insertions, 1 deletions
diff --git a/chart/values.yaml.template b/chart/values.yaml.template
index ff680b81f..c1dc29f57 100644
--- a/chart/values.yaml.template
+++ b/chart/values.yaml.template
@@ -4,7 +4,7 @@ image:
   repository: tootsuite/mastodon
   pullPolicy: Always
   # https://hub.docker.com/r/tootsuite/mastodon/tags
-  tag: v3.2.0
+  tag: v3.2.1
   # alternatively, use `latest` for the latest release or `edge` for the image
   # built from the most recent commit
   #
@@ -39,6 +39,12 @@ createAdmin:
 # available locales: https://github.com/tootsuite/mastodon/blob/master/config/application.rb#L43
 locale: en
 
+cron:
+  # run `tootctl media remove` every week
+  removeMedia:
+    enabled: true
+    schedule: "0 0 * * 0"
+
 application:
   web:
     port: 3000