Got a response
Yes, sorry, this was not properly pointed out in the release message. This comes from using https://github.com/piraeusdatastore/linstor-csi/releases/tag/v1.13.0
So you can still use the new operator, but you have to downgrade the LINSTOR CSI version until you upgrade the cluster.
So doing that for now with the following helm values
---
operator:
resources:
requests:
cpu: 250m
memory: 500Mi
limits:
memory: 1Gi
installCRDs: true
imageConfigOverride:
- base: quay.io/piraeusdatastore
components:
linstor-satellite:
image: piraeus-server
tag: v1.33.1
linstor-csi:
image: piraeus-csi
tag: v1.12.0
tls:
certManagerIssuerRef:
name: pp-step-issuer
kind: StepClusterIssuer
group: certmanager.step.sm