Ingresses created with wrong class name

I'm deploying a gitlab CR and I see that the class name added to the ingresses is wrong. I'm relying on the operator given ingress-controller. I'm applying the following CR.

apiVersion: apps.gitlab.com/v1beta1
kind: GitLab
metadata:
  name: jbeber
  namespace: gitlab-system
spec:
  chart:
    version: "5.6.2" 
    values:
      global:
        hosts:
          domain: sales-se.d2iq.cloud
        ingress:
          configureCertmanager: true
          # class: gitlab-nginx
      certmanager-issuer:
        email: jbeber@d2iq.com
$ k get ingress -n gitlab-system
NAME                        CLASS          HOSTS                          ADDRESS   PORTS     AGE
jbeber-minio                jbeber-nginx   minio.sales-se.d2iq.cloud                80, 443   3m21s
jbeber-registry             jbeber-nginx   registry.sales-se.d2iq.cloud             80, 443   2m44s
jbeber-webservice-default   jbeber-nginx   gitlab.sales-se.d2iq.cloud               80, 443   2m44s

Note the commented class line. That's the workaround I found so far.

I'm using the controller version 0.3.1.