Skip to content
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

JX-GitOperator fails to install - failed to download - helm #8

Open
clklachu opened this issue Jan 6, 2021 · 2 comments
Open

JX-GitOperator fails to install - failed to download - helm #8

clklachu opened this issue Jan 6, 2021 · 2 comments

Comments

@clklachu
Copy link

clklachu commented Jan 6, 2021

Hello,

When I run a fresh install of the jxv3 from this repository, my EKS clusters are installed and it fails to install the jx-git-operator with the below error from terraform

module.eks-jx.module.cluster.null_resource.kubeconfig: Creation complete after 2s [id=6616726043172466068]
module.eks-jx.module.cluster.helm_release.jx-git-operator[0]: Creating...

Error: failed to download "https://jenkinsxio.storage.googleapis.com/charts/jx-git-operator-0.0.143.tgz" (hint: running helm repo update may help)

Could you please help me to overcome this? I'm just following the readme from this Git repo.

@ahmetcetin
Copy link

I had the same problem. With the suggestion of Chris Mellard in slack channel, I've added the following to main.tf and it worked for me:

provider "helm" {
  version = "1.3.2"
}

@serhiykrupka
Copy link

same issue: jenkins-x/terraform-aws-eks-jx#233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants