Joe Julian
Joe Julian
This would require storing that information in the release object. Please review the [HIP related to this proposal](https://github.com/helm/community/pull/269) and add any feedback you might have. Once that feature is implemented,...
Check the kubelet log for the node that the pod is on. That's where the health/readiness checks are logged.
I assume you meant to tag @hvaandres . 🙂
Should https://github.com/helm/helm/issues/11286 be part of this?
https://github.com/helm/helm/issues/10881
Also [Support pull/install helm chart from OCI repository over index.yaml](https://github.com/helm/helm/issues/11361) #11361
I'm starting to wonder if we should just have an OCI label. :)
I would probably expect an install script to just be successful unless it can't. What if it parsed PATH and looked for the first writable directory if HELM_INSTALL_DIR isn't set?...
Looks like the reason that's not part of a PR is that it's the original 3.0 rewrite. I doubt the memory store gets a lot of exercise. If @h20220025 wants...
That looks like it might be some sort of shell expansion. What happens if you do: ``` helm install my-release my-chart --set 'somePath=/foo' ```