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

Chart repo is broken #86

Open
romancin opened this issue Sep 25, 2024 · 4 comments
Open

Chart repo is broken #86

romancin opened this issue Sep 25, 2024 · 4 comments

Comments

@romancin
Copy link

Hi! Suddenly, since yesterday, the Chart repository is broken:

❯ kustomize build --enable-helm . | more
Error: Error: failed to fetch https://Spendesk.github.io/github-actions-exporter/github-actions-exporter-0.1.4.tgz : 404 Not Found
: unable to run: 'helm pull --untar --untardir /Users/romanmartin/DeveloperCorner/github-actions-runners/deploy/gha-apps-exporters/charts --repo https://labbs.github.io/github-actions-exporter/ github-actions-exporter' with env=[HELM_CONFIG_HOME=/var/folders/wd/b4gl0yk10m7brfyhc2qpq49c0000gn/T/kustomize-helm-1436056702/helm HELM_CACHE_HOME=/var/folders/wd/b4gl0yk10m7brfyhc2qpq49c0000gn/T/kustomize-helm-1436056702/helm/.cache HELM_DATA_HOME=/var/folders/wd/b4gl0yk10m7brfyhc2qpq49c0000gn/T/kustomize-helm-1436056702/helm/.data] (is 'helm' installed?): exit status 1

This is my kustomize.yml file:

helmCharts:
  - name: github-actions-exporter
    namespace: github-actions-exporter
    releaseName: gha-exporter
    repo: https://labbs.github.io/github-actions-exporter/
    valuesFile: ./gha-exporter-values.yml

The problem seems to be that in index.yaml file in the chart repo (https://labbs.github.io/github-actions-exporter/index.yaml), you are pointing to another one that doesn't exist currently:

apiVersion: v1
entries:
  github-actions-exporter:
  - apiVersion: v2
    appVersion: 1.8.1
    created: "2023-10-03T07:25:30.507382904Z"
    description: github-actions exporter for prometheus
    digest: 9e8cb78a83f83f8660764ac5fde6444d4133921852edb4dfcbf8f6f2f1944fe4
    name: github-actions-exporter
    type: application
    urls:
    **- https://Spendesk.github.io/github-actions-exporter/github-actions-exporter-0.1.4.tgz**
    version: 0.1.4
generated: "2023-10-03T07:25:30.506303481Z"
image
@choupeanut
Copy link

Have same issue here.
And https://labbs.github.io/github-actions-exporter/github-actions-exporter-0.1.4.tgz works.

@yahel2410
Copy link

Having the same issue. Any update here?

@ligol
Copy link

ligol commented Dec 17, 2024

I have the same issue, any update?

@mdch1996
Copy link

mdch1996 commented Feb 1, 2025

any update?

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

5 participants