Automatically create HELM_GIT_*_CACHE
folders
#303
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
Helm version: version.BuildInfo{Version:"v3.15.4", GitCommit:"fa9efb07d9d8debbb4306d72af76a383895aa8c4", GitTreeState:"clean", GoVersion:"go1.22.6"}
helm-git
version: 0.15.1Git version: 2.46.0
Steps To Reproduce
HELM_GIT_DEBUG=1 HELM_GIT_REPO_CACHE='~/.cache/helm/git-helm/repo' HELM_GIT_CHART_CACHE='~/.cache/helm/git-helm/chart' helm repo add wazuh-helm 'git+https://github.com/lucasfcnunes/wazuh-helm@?ref=v0.0.1' --force-update
Link to chart repository: https://github.com/lucasfcnunes/wazuh-helm/tree/v0.0.1
The current behavior
The expected behavior
Should create the set folders in the env vars and cache the repo and chart in the respective path.
The text was updated successfully, but these errors were encountered: