pingidentity / helm-charts

Apache License 2.0
22 stars 31 forks source link

Unable to download Helm Chart 0.9.7 from terraform #270

Closed srikanth2302 closed 1 year ago

srikanth2302 commented 1 year ago

From Yesterday, I have seen the issue that i'm unable to download helm chart of 0.9.7 as it is searching in 0.9.8 folder resource "helm_release" "pinghelm" { name = "pingfed" repository = "https://kubernetes.github.io/ingress-nginx" chart = "ping-devops" version = "0.9.7" }

Error: Error: failed to download "https://github.com/pingidentity/helm-charts/releases/download/ping-devops-0.9.8/ping-devops-0.9.7.tgz" at version "0.9.7"

henryrecker-pingidentity commented 1 year ago

@srikanth2302 Thank you for opening this issue. We've pushed a fix that should allow you to download version 0.9.7 again.