This repository contains Custom Resource Definitions for Arcane, packed in a Helm Chart. This chart must be installed prior to installing Arcane components that depend on these CRDs.
Install the chart directly from GHCR.
helm install arcane-crd oci://ghcr.io/sneaksanddata/helm/arcane-crdCRDs are generated from arcane-operator. Assuming you have a local copy of that repo, follow these steps to update the CRDs in this repo:
ARCANE_LOCATION=../arcane-operator go generate generate.goOnce the script completes, the updated CRDs will be in the .helm/templates directory.