https://github.com/socialgouv/helm-charts
SocialGouv Helm Charts Registry
https://github.com/socialgouv/helm-charts
charts helm helm-charts maildev
Last synced: 5 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-04T08:33:48.000Z (10 months ago)
- Last Synced: 2025-08-04T12:08:51.723Z (10 months ago)
- Topics: charts, helm, helm-charts, maildev
- Language: Smarty
- Homepage: https://socialgouv.github.io/helm-charts/
- Size: 5.69 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

| 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 |
Issues and contributions welcome 🤗
## Lint
```
ct lint --all --config ct.yaml --validate-maintainers=false
```
## Testing
update unit-tests snapshots :
```
helm unittest charts/* -u
```