Requires:
- existing Kubernetes (k8s) service with the following:
- internal DNS provider
- Ingress controller
- Role Based Access Control (RBAC)
- default Storage Class for persistent volumes
- Ark-mq Operator is required for automated Active MQ Artemis installation.
- Workstation with the following:
kubectlclient configured to control your k8s servicehelmclient
Released charts are published to GitHub Container Registry as OCI artifacts (Helm 3.8+):
helm install my-xnat oci://ghcr.io/nrgxnat/charts/xnat --version <version>Omit --version to pull the latest. Chart versions are assigned automatically on
merge to main; see CONTRIBUTING.md.