Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/socialgouv/helm-charts
SocialGouv Helm Charts Registry
https://github.com/socialgouv/helm-charts
charts helm helm-charts maildev
Last synced: about 2 months ago
JSON representation
SocialGouv Helm Charts Registry
- Host: GitHub
- URL: https://github.com/socialgouv/helm-charts
- Owner: SocialGouv
- Created: 2023-03-06T13:31:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T13:52:43.000Z (4 months ago)
- Last Synced: 2024-11-13T12:20:24.341Z (3 months ago)
- Topics: charts, helm, helm-charts, maildev
- Language: Smarty
- Homepage: https://socialgouv.github.io/helm-charts/
- Size: 5.78 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# SocialGouv Helm Charts Registry βΈοΈ
This repo manage some of our shared [Helm](https://helm.sh) Charts.
See on [GitHub](https://github.com/SocialGouv/helm-charts).
## Helm charts
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/socialgouv/helm-charts)
| chart | descriptions |
| --------------------------------------------- | ----------------------------------------------------------------------------------------- |
| [cnpg-cluster](./charts/cnpg-cluster) | [cloudnative-pg.io](https://cloudnative-pg.io) PostgreSQL clusters |
| [maildev](./charts/maildev) | [maildev](https://github.com/maildev/maildev) : fake SMTP for development |
| [buildkit-service](./charts/buildkit-service) | [buildkit](https://github.com/moby/buildkit) : buildkit as a service |
| [pgweb](./charts/pgweb) | [pgweb](https://hub.docker.com/r/sosedoff/pgweb) |
| [clamav](./charts/clamav) | [ClamAV](https://www.clamav.net/) + Rest API |
| [vaultwarden](./charts/vaultwarden) | [Vaultwarden](https://github.com/dani-garcia/vaultwarden) a BitWarden rust implementation |Issues and contributions welcome π€
## Lint
```
ct lint --all --config ct.yaml --validate-maintainers=false
```## Testing
update unit-tests snapshots :
```
helm unittest charts/* -u
```