Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mborne/helm-charts

[DEV] Some helm-charts to test deployments and OCI registry publishing
https://github.com/mborne/helm-charts

dev example helm oci

Last synced: about 1 month ago
JSON representation

[DEV] Some helm-charts to test deployments and OCI registry publishing

Awesome Lists containing this project

README

        

# helm-charts

[DEV] Some helm charts written to test OCI registry publishing.

## Charts

* [whoami](whoami/README.md)
* [postgres-dev](postgres-dev/README.md) (DEPRECATED)

## Notes about publishing

See [publish.sh](publish.sh) :

```bash
# login to github container registry
docker login ghcr.io
bash publish.sh whoami
```

## LICENSE

[MIT](LICENSE)

## Ressources

* [helm.sh - Use OCI-based registries](https://helm.sh/docs/topics/registries/)