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: