Open
Description
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"

Metadata
Metadata
Assignees
Labels
No labels