Error could not download chart: looks like URL is not a valid chart repository or cannot be reached
#62
Labels
question
Further information is requested
Description
I'm deploying an EKS cluster using the EKS Blueprint version 4.24.0. When the pipeline runs, several errors are reported, specifically about applying helm charts.
When I check the URLs that the module is trying to interact with, the OPA Gatekeeper URL throws a 404 error.
It throws a different error for the KubeCost module:
could not download chart: mkdir /.cache: permission denied
But the helm chart URL for External-Secrets is functional: https://charts.external-secrets.io/. It just seems like the module is incorrectly including the ending quote (") as part of the URL, and therefore cannot reach it.
Versions
Module version [Required]: v1.24.0
Terraform version: 1.3.9
Reproduction Code [Required]
Steps to reproduce the behavior:
Expected behaviour
I expect the EKS add-ons to be fully deployed.
Actual behaviour
The
terraform apply
fails and causes the pipeline to error out.Terminal Output Screenshot(s)
Additional context
This is being run in an Azure Pipeline, using Azure DevOps (online, not server). Also, this is not using self-managed build services, but rather, uses the Microsoft-provided cloud build servers.
The text was updated successfully, but these errors were encountered: