We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
index.yaml
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"
The text was updated successfully, but these errors were encountered:
Have same issue here. And https://labbs.github.io/github-actions-exporter/github-actions-exporter-0.1.4.tgz works.
https://labbs.github.io/github-actions-exporter/github-actions-exporter-0.1.4.tgz
Sorry, something went wrong.
Having the same issue. Any update here?
I have the same issue, any update?
any update?
No branches or pull requests
Hi! Suddenly, since yesterday, the Chart repository is broken:
This is my kustomize.yml file:
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:The text was updated successfully, but these errors were encountered: