Controller crashing: "gitlab-issuer: the object has been modified; please apply your changes to the latest version and try again"

Summary

The controller is crashing:

{"gitlab": "gitlab.gitlab-system", "type": "*v1.Issuer", "reference": "gitlab-system/gitlab-issuer", "object": {"namespace": "gitlab-system", "name": "gitlab-issuer"}, "error": "Operation cannot be fulfilled on issuers.cert-manager.io \"gitlab-issuer\": the object has been modified; please apply your changes to the latest version and try again"}

Configuration

apiVersion: apps.gitlab.com/v1beta1
kind: GitLab
metadata:
  name: gitlab
spec:
  chart:
    version: "5.8.2" # See https://gitlab.com/gitlab-org/cloud-native/gitlab-operator/-/blob/0.1.0/CHART_VERSIONS
    values:
      global:
        edition: ce
        hosts:
          domain: apps.ocp01.somewhere.com
          hostSuffix: live
        ingress:
          configureCertmanager: true
          provider: default
          class: none
      certmanager-issuer:
        email: steve@somewhere.com
      nginx-ingress:
        enabled: false
Edited by Mitchell Nielsen