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

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

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.