Helm chart for Archivista - a graph and storage service for in-toto attestations.
A MySQL database and S3 compatible store are needed to successfully install this Helm chart.
See Archivista configuration for environment variables needed
to establish connections to each datastore. These environment variables can be added to this Helm chart using the value deployment.env[]
.
Archivista helm charts are hosted by in-toto helm repository. To add the repository run following command.
helm repo add in-toto https://in-toto.io/helm-charts
If you have already added the repository, run following command to update the repository.
helm repo update
To install the helm chart with default values run following command. The Values section describes the configuration options for this chart.
helm install archivista in-toto/archivista
To uninstall the Helm chart run following command.
helm uninstall archivista
Name | Url | |
---|---|---|
in-toto project | https://github.com/in-toto/ |
- Helm chart: https://github.com/in-toto/archivista/chart
- Archivista: https://github.com/in-toto/archivista
Run:
helm show values in-toto/archivista