quintush / helm-unittest

BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin.
MIT License
345 stars 69 forks source link

[bug] No download_url found only searching for linux #195

Closed hairmare closed 1 year ago

hairmare commented 1 year ago

The newly published version 0.2.11 is missing assets and can't be installed:

$ helm plugin install https://github.com/quintush/helm-unittest
Support linux-amd64
Retrieving https://api.github.com/repos/quintush/helm-unittest/releases/tags/v0.2.11
No download_url found only searching for linux

The workaround seems to be removing the plugin and reinstalling a specific version that works:

helm plugin uninstall unittest
helm plugin install https://github.com/quintush/helm-unittest --version 0.2.10

Helm version: 3.10.3 (latest security patch release from 3 weeks ago)

quintush commented 1 year ago

Hello @hairmare,

Uploading of the artifacts failed, fixed the upload now.

Greetings, @quintush

hairmare commented 1 year ago

Hey @quintush

Thank you very much!