Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```