chartmuseum / helm-push

Helm plugin to push chart package to ChartMuseum
Apache License 2.0
674 stars 170 forks source link

Fix no cached repository found when push with dependencies update #163

Closed cnfatal closed 1 year ago

cnfatal commented 2 years ago

Fixed the push with update-dependencies error:

$ helm cm-push -d -f my-chart <some-chartmuseum>
Getting updates for unmanaged Helm repositories...
...Successfully got an update from the "https://charts.bitnami.com/bitnami" chart repository
Error: no cached repository for helm-manager-54d2620bbb6f1bb3f35d4c7f945bfa25077949488dcbb0a4d01c90f2c35baa59 found. (try 'helm repo update'): open helm-manager-54d2620bbb6f1bb3f35d4c7f945bfa25077949488dcbb0a4d01c90f2c35baa59-index.yaml: no such file or directory
Usage:
  helm cm-push [flags]
...
imazine commented 10 months ago

I got a same issue. @cnfatal Why this PR closed without merging?