https://github.com/Metaswitch/helm2oci
Utility tool for local conversion of helm charts to OCI format
https://github.com/Metaswitch/helm2oci
Last synced: 11 months ago
JSON representation
Utility tool for local conversion of helm charts to OCI format
- Host: GitHub
- URL: https://github.com/Metaswitch/helm2oci
- Owner: Metaswitch
- License: mit
- Created: 2024-08-29T15:09:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T17:08:24.000Z (about 1 year ago)
- Last Synced: 2025-04-03T05:47:53.059Z (12 months ago)
- Language: Rust
- Size: 289 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# helm2oci
Convert a helm chart archive to OCI layout format.
## Usage
```bash
Usage: helm2oci [--output ]
Convert Helm chart archive to OCI layout
Positional Arguments:
chart path to Helm chart archive
Options:
--output path to output directory. The directory is created if it
does not exist. Defaults to the chart name.
--help display usage information
```
## Installation
Build from source using `cargo build`.
## Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft’s Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.