Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.06 KB

Check and Publish Helm Charts

Helm Chart Publisher

This publisher attempts to scan and release valuable Helm charts that have not yet been made available on any recognized public registries.

DISCLAIMER: This content is intended for personal use. Should you encounter anything that causes discomfort or dissatisfaction, please do not hesitate to raise an issue. I assure you that I will address it earnestly.

The registry

All these charts will be distributed to Docker Hub in OCI format. Your usage can be as simple as:

dependencies:
  - name: <chart_name>
    version: <chart_version>
    repository: oci://registry-1.docker.io/ez4devcharts

Contribution

Your PRs are welcome. Feel free to add your repository or help me enhance the workflow.

TODO

  • Support build from branch
  • Support latest tag
  • PR validator