The Charts repository contains Kubernetes Helm charts for the easy deployment of xnat
and ctp
instances in containerized form.
What is Helm?
Helm is a package manager for Kubernetes.
It helps the management of large scale, complex applications by providing:
- Complexity management
- Easy updates
- Simple sharing
- Rollbacks
What are Helm charts?
Helm uses a packaging format called charts. A chart is a collection of files that describe a related set of Kubernetes resources.