When I run helm dep update, I get the following error:
Downloading postgres-operator from repo https://opensource.zalando.com/postgres-operator/charts/postgres-operator
Save error occurred: could not download postgres-operator-1.13.0.tgz: non-absolute URLs should be in form of repo_name/path_to_chart, got: postgres-operator-1.13.0.tgz
Error: could not download postgres-operator-1.13.0.tgz: non-absolute URLs should be in form of repo_name/path_to_chart, got: postgres-operator-1.13.0.tgz
I checked out the index.yaml that helm is reading and I believe the error resides in there. The urls in that yaml file should either be absolute or include the repository name in front of them.
Please, answer some short questions which should help us to understand your problem / question better?
I am trying to include the Postgres operator helm chart as a dependency in my own helm chart. My configuration in Chart.yaml looks like this:
When I run helm dep update, I get the following error:
I checked out the index.yaml that helm is reading and I believe the error resides in there. The urls in that yaml file should either be absolute or include the repository name in front of them.
Thank you.