Show HN: Helm plugin for working with OCI-based Helm charts
The helm-oci plugin enhances the Helm experience by allowing users to bookmark OCI-based Helm chart URLs. This functionality simplifies the management of multiple OCI charts by enabling users to reference them by name instead of the full URL. The plugin supports various commands for adding, listing, and managing bookmarks for OCI charts.
- ▪Helm-oci is a Helm plugin that adds local bookmarking for OCI-based Helm charts.
- ▪Users can add OCI chart URLs once and reference them by name for various operations.
- ▪Bookmarks are stored in a YAML file located in the user's Helm data home directory.
Opening excerpt (first ~120 words) tap to expand
helm-oci A Helm plugin that adds local bookmarking for OCI-based Helm charts. Table of Contents Installation Problem Solution Usage Managing Bookmarks Inspecting Charts Installing and Managing Releases Bookmark Storage Development License Installing Helm-OCI helm plugin install https://github.com/esnet/helm-oci/releases/download/v1.0.1/oci-1.0.1.tgz Problem Helm's traditional repository system lets you add a repo once and reference charts by short name: helm repo add jetstack https://charts.jetstack.io helm install jetstack/cert-manager cert-manager -n cert-manager --create-namespace OCI-based charts have no equivalent.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.