This repository contains the Helm chart used to deploy DAMAP on Kubernetes and OpenShift environments.
The chart sources live under chart/.
.
├── .github/workflows/ # Release workflows
├── chart/ # Helm chart sources
│ ├── templates/
| ├── .helmignore
│ ├── Chart.yaml
│ ├── README.md # Chart documentation (used also by Artifact Hub)
│ └── values.yaml
└── scripts/ # Local development and test cluster helpers
Chart installation, configuration, and deployment notes are available in chart/README.md.
Development and release publishing are handled through GitHub Actions.
Published OCI chart packages are available at:
oci://ghcr.io/damap-org/damap-chart