You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helm charts index.yaml for release 2.42.0 is linking to a non existing .tgz file which makes it uninstallable.
The release doesn't have that .tgz file but a .tar file.
Hi @J12934 thank you for pointing this out. There was an issue with the third party we use to release the helm chart, and I had to build this one by hand. I think when I downloaded from GitHub from a separate draft, and reuploaded to the correct release, I lost compression along the way
I have added defectdojo-1.6.167.tgz to the release artifact. Please let me know if this works!
Bug description
Helm charts index.yaml for release 2.42.0 is linking to a non existing .tgz file which makes it uninstallable.
The release doesn't have that .tgz file but a .tar file.
7826294#diff-08c65c1b5ef8384ef0200558777c52f4110afcbbacc880ac5375d555ca97ee3eR30
Previous releases acutally had the helm chart as a .tgz file. Not sure why the 2.42.0 release now got a .tar archive for the helm chart.
Steps to reproduce
Using
helm template
instead ofhelm install
to make this reproducable without a k8s cluster.helm repo add defectdojo 'https://raw.githubusercontent.com/DefectDojo/django-DefectDojo/helm-charts' helm template defectdojo/defectdojo --version 1.6.167
Output:
Expected behavior
A clear and concise description of what you expected to happen.
Deployment method (select with an
X
)The text was updated successfully, but these errors were encountered: