-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubecost chart failing to download #913
Comments
My bad, terminal issues - working now. thanks |
What terminal problem did you have? I'm having the same error @ZeroDeth |
@alejandraRamos switched from fish to zsh (worked), but now most of the helm is not downloading from pipeline & local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the example "eks-cluster-with-new-vpc" and deploying the add-ons with "terraform apply -target="module.eks_blueprints_kubernetes_addons"" I am experiencing an error during the kubecost chart download:
Error: could not download chart: failed to download "oci://public.ecr.aws/kubecost/cost-analyzer/cost-analyzer" at version "1.96.0"
with module.eks_blueprints_kubernetes_addons.module.kubecost[0].module.helm_addon.helm_release.addon[0],
on ../../modules/kubernetes-addons/helm-addon/main.tf line 1, in resource "helm_release" "addon":
1: resource "helm_release" "addon" {
The download link looks strange, with "cost-analyzer" duplicated. How can I fix this?
The text was updated successfully, but these errors were encountered: