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
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Terraform Configuration Files
NA
Debug Output
Could not download chart: looks like https://pocacringress.azurecr.io/helm/ is not valid chart repository or cannot reached: failed to fetch https://pocacringress.azurecr.io/helm//index.yaml: 404
Expected Behavior
Chart should be fetch. helm pull oci://pocacringress.azurecr.io/helm/ --version --untar worked well
Actual Behavior
Could not download chart: looks like https://pocacringress.azurecr.io/helm/ is not valid chart repository or cannot reached: failed to fetch https://pocacringress.azurecr.io/helm//index.yaml: 404
Steps to Reproduce
terraform init
terraform apply --auto-approve
Additional Context
Chart name is "hello-world". code sample is here
Install Nginx Ingress using Helm Chart
resource "helm_release" "hello-world" {
name = "hello-world"
chart = "hello-world"
namespace = "hello-world"
create_namespace = "true"
repository = "https://pocacringress.azurecr.io/helm/hello-world"
version = "0.1.0"
wait = "true"
force_update = "true"
}
References
https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release
hashicorp/terraform-provider-helm#765
The text was updated successfully, but these errors were encountered: