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 repo error #10

Closed
IDerr opened this issue May 31, 2022 · 3 comments · Fixed by #11
Closed

Helm repo error #10

IDerr opened this issue May 31, 2022 · 3 comments · Fixed by #11

Comments

@IDerr
Copy link
Contributor

IDerr commented May 31, 2022

Hello
when adding a repo to my helmm I have this issue, perhaps it needs a name for the version 0.1.0 for the operator

Thanks a lot
index.go:346: skipping loading invalid entry for chart "td-redis-operator" "0.1.0" from https://tongdun.github.io/td-redis-operator/charts/td-redis-operator: validation: chart.metadata.name is required

@DoubleJ213
Copy link
Collaborator

It works well for me. can you provide more information such as helm version and install steps and so on

@IDerr
Copy link
Contributor Author

IDerr commented Jun 1, 2022

Oh it's not during the install, it's during the helm repo update
It may be linked to the https://github.com/tongdun/td-redis-operator/blob/main/charts/td-redis-operator/index.yaml
I think it needs a name field

@IDerr
Copy link
Contributor Author

IDerr commented Jun 1, 2022

for example

apiVersion: v1
entries:
  alpine:
    - created: 2016-10-06T16:23:20.499814565-06:00
      description: Deploy a basic Alpine Linux pod
      digest: 99c76e403d752c84ead610644d4b1c2f2b453a74b921f422b9dcb8a7c8b559cd
      home: https://helm.sh/helm
      name: alpine
      sources:
      - https://github.com/helm/helm
      urls:
      - https://technosophos.github.io/tscharts/alpine-0.2.0.tgz
      version: 0.2.0
    - created: 2016-10-06T16:23:20.499543808-06:00
      description: Deploy a basic Alpine Linux pod
      digest: 515c58e5f79d8b2913a10cb400ebb6fa9c77fe813287afbacf1a0b897cd78727
      home: https://helm.sh/helm
      name: alpine
      sources:
      - https://github.com/helm/helm
      urls:
      - https://technosophos.github.io/tscharts/alpine-0.1.0.tgz
      version: 0.1.0
  nginx:
    - created: 2016-10-06T16:23:20.499543808-06:00
      description: Create a basic nginx HTTP server
      digest: aaff4545f79d8b2913a10cb400ebb6fa9c77fe813287afbacf1a0b897cdffffff
      home: https://helm.sh/helm
      name: nginx
      sources:
      - https://github.com/helm/charts
      urls:
      - https://technosophos.github.io/tscharts/nginx-1.1.0.tgz
      version: 1.1.0
generated: 2016-10-06T16:23:20.499029981-06:00

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

Successfully merging a pull request may close this issue.

2 participants