helm chart not published
It looks like the Chart is not published:
helm repo add nut-exporter https://github.com/DRuggeri/nut_exporter
Error: looks like "https://github.com/DRuggeri/nut_exporter" is not a valid chart repository or cannot be reached: failed to fetch https://github.com/DRuggeri/nut_exporter/index.yaml : 404 Not Found
Thank you for sharing this exporter!
I also tried to use the helm chart, but got the same error. I see that the release-helm workflow triggers on push on the main, but this repo uses master branch. Just changing it to master will trigger the workflow and hopefully create what's needed. I created a PR https://github.com/DRuggeri/nut_exporter/pull/59.
Awesome, @peterrosell - nice and easy fix. Thanks for the PR!
Sorry for the delay merging - I've been on summer travel holiday :-)
Looks like it's still not working?
Yes, still no index.yaml in the repo root.
@DRuggeri can you pls reopen this one?
@DRuggeri I think you forgot to apply the modification
Issue has been reopened, but I see the requested change is in place 🤔
It looks like it ran on the release from two weeks ago, but it reportedly found no changes in the tag?
Run helm/[email protected]
Run owner=$(cut -d '/' -f 1 <<< "$GITHUB_REPOSITORY")
Looking up latest tag...
Discovering changed charts since 'v3.2.1'...
Nothing to do. No chart changes detected.
Run helm/[email protected]
Run owner=$(cut -d '/' -f 1 <<< "$GITHUB_REPOSITORY")
Looking up latest tag...
Discovering changed charts since 'v3.2.1'...
Nothing to do. No chart changes detected.
Apologies, but I'm not very familiar with this workflow action and what it expects. Is it unhappy that the chart itself hasn't changed since it was once released, or... ? Pointers definitely appreciated.
Weird, it seems that your workflow is right https://helm.sh/docs/howto/chart_releaser_action/
You do not have a gh-pages branch, but I don't think this is a problem. Also it seems that the step "Install helm" is unnecessary.