diff --git a/Chart.yaml b/Chart.yaml
index 932cd49d897ed8c499ad8d5e53157588f5c23851..e271645adf054a33c0f8a5dc88a9bc4ceb788a2d 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -15,7 +15,7 @@ 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.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: "0.3.0"
+version: "0.3.1"
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
diff --git a/templates/deployment.yaml b/templates/deployment.yaml
index 01876d7930c75bf6589fc6be6811b35bc870dd37..f0ca229a33b153740b9315b3d5497cd1094ec1f0 100644
--- a/templates/deployment.yaml
+++ b/templates/deployment.yaml
@@ -196,6 +196,7 @@ spec:
 {{- if not .Values.autoscaling.enabled }}
   replicas: {{ .Values.replicaCount.celery }}
 {{- end }}
+  revisionHistoryLimit: 0
   selector:
     matchLabels:
       {{- include "aleksis.selectorLabels" . | nindent 6 }}
@@ -324,6 +325,7 @@ metadata:
     app: {{ template "aleksis.fullname" . }}-beat
     release: {{ .Release.Name }}
 spec:
+  revisionHistoryLimit: 0
   replicas: 1
   selector:
     matchLabels: