diff --git a/Chart.lock b/Chart.lock
index 2774698..2cf1025 100644
--- a/Chart.lock
+++ b/Chart.lock
@@ -1,9 +1,9 @@
 dependencies:
 - name: postgresql
   repository: https://charts.bitnami.com/bitnami
-  version: 12.5.7
+  version: 12.6.4
 - name: redis
   repository: https://charts.bitnami.com/bitnami
-  version: 17.11.5
-digest: sha256:72f6f7c0577511b6b67168ca54c5e657b7332eaa30a030e3a5807b9dd65bd71f
-generated: "2023-06-18T13:11:58.210461777-04:00"
+  version: 17.11.7
+digest: sha256:7afe27f9adf1d5270f2ef3a9fc0522ae089b953863d57d302ff309bf0009edc6
+generated: "2023-07-09T11:25:42.267566634-04:00"
diff --git a/Chart.yaml b/Chart.yaml
index 83420a9..3f6464d 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -14,11 +14,11 @@ type: application
 
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
-version: 2.3.3
+version: 2.3.4
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application.
-appVersion: 3.2.0
+appVersion: 3.2.1
 
 icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
 
diff --git a/charts/postgresql-12.5.7.tgz b/charts/postgresql-12.5.7.tgz
deleted file mode 100644
index d9dffe5..0000000
Binary files a/charts/postgresql-12.5.7.tgz and /dev/null differ
diff --git a/charts/postgresql-12.6.4.tgz b/charts/postgresql-12.6.4.tgz
new file mode 100644
index 0000000..b70316f
Binary files /dev/null and b/charts/postgresql-12.6.4.tgz differ
diff --git a/charts/redis-17.11.5.tgz b/charts/redis-17.11.5.tgz
deleted file mode 100644
index fdb0f6a..0000000
Binary files a/charts/redis-17.11.5.tgz and /dev/null differ
diff --git a/charts/redis-17.11.7.tgz b/charts/redis-17.11.7.tgz
new file mode 100644
index 0000000..04450f5
Binary files /dev/null and b/charts/redis-17.11.7.tgz differ
diff --git a/values.yaml b/values.yaml
index 688acc3..d8a6887 100644
--- a/values.yaml
+++ b/values.yaml
@@ -1,7 +1,7 @@
 # Default values for glitchtip.
 image:
   repository: glitchtip/glitchtip
-  tag: v3.2.0
+  tag: v3.2.1
   pullPolicy: IfNotPresent
 
 imagePullSecrets: []
@@ -12,7 +12,8 @@ env:
   normal:
     ENABLE_SOCIAL_AUTH: false
     GLITCHTIP_DOMAIN: https://example.com
-    CELERY_WORKER_CONCURRENCY: "3"  # Remove to set to number of cpus
+    CELERY_WORKER_AUTOSCALE: "1,3"
+    CELERY_WORKER_MAX_TASKS_PER_CHILD: "10000"
   secret:
     SECRET_KEY: # Required
     # DATABASE_URL: Specify if using external postgres (not managed by this chart)