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

Helm Dependency URLs Broken #2763

Open
papaymaguire opened this issue Sep 16, 2024 · 0 comments
Open

Helm Dependency URLs Broken #2763

papaymaguire opened this issue Sep 16, 2024 · 0 comments

Comments

@papaymaguire
Copy link

papaymaguire commented Sep 16, 2024

Please, answer some short questions which should help us to understand your problem / question better?

  • Which image of the operator are you using? ghcr.io/zalando/postgres-operator:v1.13.0
  • Where do you run it - cloud or metal? Kubernetes or OpenShift? Kind K8s
  • Are you running Postgres Operator in production? Will be yes
  • Type of issue? Bug report

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:

dependencies:
  - name: "postgres-operator"
    version: "~1.13.0"
    repository: "https://opensource.zalando.com/postgres-operator/charts/postgres-operator"

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.

Thank you.

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

1 participant