astraldawn

Results 7 comments of astraldawn

Reliable reproduction on Rancher 2.6.6, Chrome 107.0.5304.87, downstream cluster 1. View logs of a pod and adjust "Show the last" to anything 2. View logs of another pod, this still...

Identical use case, with Artifactory as destination registry. Have not tried `--multi-arch=index-only`. Index with images not in repository directly uploaded to Artifactory via API.

> I think this worked for artifactory because the listing in index.yaml was namespaced but not the name in the chart itself. Also, people are only using one chart with...

@mattfarina Based on https://helm.sh/docs/chart_best_practices/conventions/#chart-names ``` 1. Chart names must be lower case letters and numbers. 2. Words may be separated with dashes (-) 3. Neither uppercase letters nor underscores can...

Swapping `filepath.Base` to `filepath.IsLocal` works (https://github.com/astraldawn/helm/commit/97c97f2055737977f5d8e0703d7d0f9a45a5797c), passing tests added by https://github.com/helm/helm/commit/0d0f91d1ce277b2c8766cdc4c7aa04dbafbf2503 Would like to caveat I am not familiar with go and I am unsure if the proposed change would...

Thanks for looking into this. > I'm assuming that the Artifactory namespacing only affects the index. Yes, it only affects the index. The chart name in `Chart.yaml` from `https://artifact.corp.org/artifactory/api/helm/helm/bitnami/kibana-10.13.0.tgz` remains...

@mattfarina As namespaced charts cannot be resolved with helm `3.16.2` and with `/` not being allowed in K8s manifest names, can I assume that there are no plans to support...