feat: add support for pushing chart packages to oci
Open
- Dominant language
- Go
- Stars
- 783
- Forks
- 126
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 11
Description
Add a command, such as `push` similar to `upload` that pushes chart packages to an oci registry.
```sh
cr push
```
The cr cli can rely on the [push api](https://github.com/helm/helm/blob/5c256a5e7d55aa3063f04dc73994d0f78022501e/pkg/pusher/pusher.go) within helm to perform the work.
OCI support has reached general availability as of [helm v3.8.1](https://github.com/helm/helm/releases/tag/v3.8.0).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.