Bug Description
when i try to install it with terraform's helm provider like:
resource "helm_release" "load_balancer_controller" {
name = "aws-load-balancer-controller"
repository = "oci://public.ecr.aws/eks"
chart = "aws-load-balancer-controller"
version = "v3.2.1"
namespace = "kube-system"
create_namespace = true
...
}
terraform drops an error:
Unable to locate chart oci://public.ecr.aws/eks/aws-load-balancer-controller:
manifest does not contain minimum number of descriptors (2), descriptors
found: 0
Steps to Reproduce
Use terraform to install helm chart
Expected Behavior
It installs in same way like it can be installed tgz or from pages
Environment
- AWS Load Balancer controller version: v3.2.1
- Kubernetes version: 1.35
- Using EKS (yes/no), if so version?: EKS 1.35
- Using Service or Ingress: n/a
- AWS region: eu-central-1
- How was the aws-load-balancer-controller installed: n/a, it can't be installed
Possible Solution (Optional)
idk what the difference, for example for karpenter it works. But i guess karpenter in slightly different repo
Bug Description
when i try to install it with terraform's helm provider like:
terraform drops an error:
Steps to Reproduce
Use terraform to install helm chart
Expected Behavior
It installs in same way like it can be installed tgz or from
pagesEnvironment
Possible Solution (Optional)
idk what the difference, for example for
karpenterit works. But i guess karpenter in slightly different repo