werf / nelm

Nelm is a Helm 3 alternative and werf deployment engine
Apache License 2.0
271 stars 2 forks source link

Missing helm push command in nelm #132

Open ryou90 opened 2 weeks ago

ryou90 commented 2 weeks ago

Helm offers the possibility to push charts to oci registries. Unfortunately the push command is missing in nelm.

ilya-lesikov commented 3 days ago

Yes, we'll add a separate pkg/action for this. It will probably be just a wrapper over Helm code, no plans to reimplement the logic now.