diff --git a/templates/ingress.yaml b/templates/ingress.yaml
index 41498d7c6d0dfd65dd3a937aefe1aea546bcc5bb..25c6d008d0b063c2ad03147d5384b39048864808 100644
--- a/templates/ingress.yaml
+++ b/templates/ingress.yaml
@@ -10,6 +10,7 @@ metadata:
   {{- with .Values.ingress.annotations }}
   annotations:
     {{- toYaml . | nindent 4 }}
+    nginx.ingress.kubernetes.io/proxy-body-size: 50m
   {{- end }}
 spec:
   {{- if .Values.ingress.className }}