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

[Bug]: Helm Repository is Invalid #412

Open
wcrum opened this issue Oct 29, 2024 · 0 comments
Open

[Bug]: Helm Repository is Invalid #412

wcrum opened this issue Oct 29, 2024 · 0 comments
Labels
bug Something isn't working needs triage

Comments

@wcrum
Copy link

wcrum commented Oct 29, 2024

What steps did you take and what happened:

helm repo add archivista https://in-toto.github.io/archivista

Archvista is v0.7.0 and Chart manifest references v0.5.4 or v0.5.3

tag: "0.5.3"

version: 0.5.1

Which version is it actually supposed to be?

What did you expect to happen:

While browsing or connecting helm to the https://in-toto.github.io/archivista repository, as a user I am expecting that its connected.

Anything else you would like to add:

Assuming DNS or Github Page misconfiguration working with the chart releaser.

The way you could fix this, is by moving the chart to a charts directory with the below layout.

charts
└── archivista
    ├── Chart.yaml
    ├── LICENSE
    ├── README.md
    ├── templates
    │   ├── NOTES.txt
    │   ├── _helpers.tpl
    │   ├── deployment.yaml
    │   ├── ingress.yaml
    │   ├── service.yaml
    │   └── serviceaccount.yaml
    └── values.yaml

Environment:

  • Witness version: N/A
  • Architecture: N/A
  • Attestors used: N/A
  • Archivista version: N/A
  • Helm version: 3.16.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant