particuleio/terraform-kubernetes-addons

[bug] ingress-nginx Helm chart 4.4.3 not found

Closed this issue · 1 comments

Describe the bug

#1761 introduces the update of ingress-nginx Helm chart 4.4.3. Trying to deploy the latest version of this module fails because the chart version is not found in Helm repo.

Taking a quick look at ingress-nginx, latest release version is helm-chart-4.4.2 and with the git tag helm-chart-4.4.3, we can see this:
image

What is the current behavior?

Helm upgrade is failing.

│ Error: chart "ingress-nginx" version "4.4.3" not found in https://kubernetes.github.io/ingress-nginx repository
│ 
│   with helm_release.ingress-nginx[0],
│   on ingress-nginx.tf line 140, in resource "helm_release" "ingress-nginx":
│  140: resource "helm_release" "ingress-nginx" {

How to reproduce? Please include a code sample if relevant.

Deploy terraform-kubernetes-addons v12.1.0.

What's the expected behavior?

The Chart version of ingress-nginx should be deployable.

Are you able to fix this problem and submit a PR? Link here if you have already.

Yes, a PR will follow shortly if the commit cannot be reverted.

Environment details

  • Affected module version:
  • OS:
  • Terraform version:
  • Kubernetes version

Any other relevant info

🎉 This issue has been resolved in version 12.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀