Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to install directly from git repo #6

Open
cometta opened this issue Jun 23, 2020 · 2 comments
Open

try to install directly from git repo #6

cometta opened this issue Jun 23, 2020 · 2 comments

Comments

@cometta
Copy link

cometta commented Jun 23, 2020

after executing : helm3 package prefect-ui/ -d ./charts inside refect-server-k8 folder,

Error: found in Chart.yaml, but missing in charts/ directory: postgresql-ha, minio

@cometta cometta changed the title try to install directly from repo try to install directly from git repo Jun 23, 2020
@szelenka
Copy link
Owner

If you want to install the Helm chart from the repo, you'll need to download the linked packages. The dependencies are linked in the Chart.yaml file, which you can download by following this URL:
https://helm.sh/docs/helm/helm_dependency_update/

@cometta
Copy link
Author

cometta commented Jun 25, 2020

cd prefect-server-k8
helm3 package prefect-ui/ -d ./charts

> Error: found in Chart.yaml, but missing in charts/ directory: postgresql-ha, minio

helm3 dependency update

>Error: validation: chart.metadata is required

helm3 dependency update prefect-ui/

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 "prefect-server-k8" chart repository
...Successfully got an update from the "stable" chart repository
...Successfully got an update from the "bitnami" chart repository
Update Complete. Happy Helming!
Error: open /Users/the_uiser/Library/Caches/helm/repository/local-index.yaml: no such file or directory

helm3 dependency list prefect-ui/

>NAME         	VERSION	REPOSITORY                        	STATUS
postgresql-ha	2.x.x  	https://charts.bitnami.com/bitnami	missing
minio        	3.x.x  	https://charts.bitnami.com/bitnami	missing

can help to advice if the command is correct ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants