Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IEBH-345: handle OCI registry URLs in add chart script (#142)
When using OCI registry URLs (e.g. oci://registry-1.docker.io/bitnamicharts/kafka), the chart name extraction was failing because it assumed a two-segment path. Modified extract_chart_name() to properly handle OCI URLs by extracting the last path segment as the chart name.
- Loading branch information