I was following this which was merged in a previous version of the operator.
I've got this in my helm chart:
apiVersion: v2
name: dragonfly-operator
description: DragonflyDB is a drop-in replacement for Redis.
type: application
version: 0.0.1
appVersion: "v1.3.1"
dependencies:
- name: dragonfly-operator
repository: oci://ghcr.io/dragonflydb/dragonfly-operator/helm
version: v1.3.1
But I can not see ownedObjectsMetadata anywhere in my CRD. Am I doing something wrong?