Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/in-toto/helm-charts
in-toto helm charts
https://github.com/in-toto/helm-charts
Last synced: 18 days ago
JSON representation
in-toto helm charts
- Host: GitHub
- URL: https://github.com/in-toto/helm-charts
- Owner: in-toto
- Created: 2024-11-01T15:12:22.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T10:47:14.000Z (30 days ago)
- Last Synced: 2024-12-06T11:27:57.683Z (30 days ago)
- Language: Smarty
- Size: 11.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-charts
in-toto helm charts
This repository is the source code of https://in-toto.github.io/helm-charts
## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.Also, check Visit [https://in-toto.io](https://in-toto.io) to get started with
in-toto.Once Helm has been set up correctly, add the repo as follows:
```bash
helm repo add in-toto https://in-toto.github.io/helm-charts
```If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
in-toto` to see the charts.## Charts
You can search all in-toto charts using following command:
```bash
helm search repo in-toto
```### Archivista
This is a helm chart to deploy the Archivista.
#### Values
```bash
helm show values in-toto/archivista
```### Installing
```bash
helm install archivista in-toto/archivista
```See https://github.com/in-toto/helm-charts/tree/main/charts/archivista for more
information.