You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
During fab install, helm dependency update fails with:
WARN[12-09-2019 13:37:37] 🚫 Updating chart dependencies failed for chart in '/Users/timothypark/dev/trailguru/fabrikate-dep-update-bug/cloud-native/components/cloud-native-impl/definitions/fabrikate-jaeger/helm_repos/jaeger'; run `helm dependency update /Users/timothypark/dev/trailguru/fabrikate-dep-update-bug/cloud-native/components/cloud-native-impl/definitions/fabrikate-jaeger/helm_repos/jaeger` for more error details.
exit status 1: Hang tight while we grab the latest from your chart repositories...
Unable to get an update from the "local" chart repository (http://127.0.0.1:8879/charts):
Get http://127.0.0.1:8879/charts/index.yaml: dial tcp 127.0.0.1:8879: connect: connection refused
...Successfully got an update from the "f75065cf-6536-4536-b6a9-ebdf37181428" chart repository
...Successfully got an update from the "e17df8a4-8888-4e71-bda6-bb065b79e201" chart repository
[... snip ...]
...Successfully got an update from the "69c20c48-216e-4834-9c94-3f25fa6c2e3e" chart repository
...Successfully got an update from the "fa80de00-13ef-43d0-8502-7c563a108f65" chart repository
Update Complete.
Error: open /Users/timothypark/.helm/repository/cache/60e9d23a-763f-43a7-84d8-04a87f618478-index.yaml: no such file or directory
Error: exit status 1
`Install()` now triggers `helm serve` after `helm init` and before
component installation. Without this, calling `helm dependency
update...` with a newly initialized `~/.helm` directory would cause an
error to be thrown.
`Install()` now triggers `helm serve` after `helm init` and before
component installation. Without this, calling `helm dependency
update...` with a newly initialized `~/.helm` directory would cause an
error to be thrown.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
During
fab install
,helm dependency update
fails with:To Reproduce:
This appears to be a regression after 0.15.2:
fab install
w/ 0.15.2 -> worksfab install
w/ 0.15.3 onwards -> does not workExpected behavior:
Installs components and helm repos etc.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: