Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mborne/helm-charts
- Owner: mborne
- License: mit
- Created: 2023-05-18T10:35:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T11:24:19.000Z (6 months ago)
- Last Synced: 2024-10-19T00:57:10.199Z (3 months ago)
- Topics: dev, example, helm, oci
- Language: Smarty
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)