diff --git a/charts/mastodon/templates/_helpers.tpl b/charts/mastodon/templates/_helpers.tpl
index 2bc5dc5c8ffa0038e43652d3e9dc41cc717aed2e..d69165eedd014803001ab2e58fd9f7409aa1155e 100644
--- a/charts/mastodon/templates/_helpers.tpl
+++ b/charts/mastodon/templates/_helpers.tpl
@@ -55,7 +55,6 @@ app.kubernetes.io/instance: {{ .Release.Name }}
 Rolling pod annotations
 */}}
 {{- define "mastodon.rollingPodAnnotations" -}}
-rollme: {{ .Release.Revision | quote }}
 checksum/config-secrets: {{ include ( print $.Template.BasePath "/secrets.yaml" ) . | sha256sum | quote }}
 checksum/config-configmap: {{ include ( print $.Template.BasePath "/configmap-env.yaml" ) . | sha256sum | quote }}
 {{- end }}
@@ -147,4 +146,4 @@ Find highest number of needed database connections to set DB_POOL variable
 {{- $poolSize = max $poolSize .concurrency }}
 {{- end }}
 {{- $poolSize | quote }}
-{{- end }}
\ No newline at end of file
+{{- end }}