https://github.com/piiano/helm-charts
Helm charts for Piiano products
https://github.com/piiano/helm-charts
renovate
Last synced: 3 months ago
JSON representation
Helm charts for Piiano products
- Host: GitHub
- URL: https://github.com/piiano/helm-charts
- Owner: piiano
- License: mit
- Created: 2023-01-05T10:24:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T23:30:03.000Z (7 months ago)
- Last Synced: 2025-06-28T02:02:48.076Z (3 months ago)
- Topics: renovate
- Language: Mustache
- Homepage:
- Size: 168 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Piiano Helm Charts repository for Kubernetes
This repository contains Helm Charts for different Piiano products.
## Supported Charts
| Chart | Description |
| ------------------------------------- | ------------------------------------------------------------------------------------ |
| [pvault-server](charts/pvault-server) | [Piiano Vault](https://piiano.com/pii-data-privacy-vault/) Server edition Helm Chart |## Adding Piiano Helm Repo
Piiano Helm repository can be added using the `helm repo add` command, like
in the following example:```sh
helm repo add piiano https://piiano.github.io/helm-charts
"piiano" has been added to your repositories
```