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 health installation fails #302

Closed
ankitm123 opened this issue Sep 10, 2021 · 1 comment
Closed

jx health installation fails #302

ankitm123 opened this issue Sep 10, 2021 · 1 comment

Comments

@ankitm123
Copy link
Member

Summary

Terraform apply fails with this error, related the migration of artifacts from gcr to ghcr

Error: looks like "https://storage.googleapis.com/jenkinsxio/charts" is not a valid chart repository or cannot be reached: failed to fetch https://storage.googleapis.com/jenkinsxio/charts/index.yaml : 403 Forbidden
│ 
│   with module.eks-jx.module.health.module.jx-health[0].helm_release.cluster-checks,
│   on .terraform/modules/eks-jx.health.jx-health/main.tf line 32, in resource "helm_release" "cluster-checks":
│   32: resource "helm_release" "cluster-checks" {
│ 
╵
╷
│ Error: looks like "https://storage.googleapis.com/jenkinsxio/charts" is not a valid chart repository or cannot be reached: failed to fetch https://storage.googleapis.com/jenkinsxio/charts/index.yaml : 403 Forbidden
│ 
│   with module.eks-jx.module.health.module.jx-health[0].helm_release.health-checks-install,
│   on .terraform/modules/eks-jx.health.jx-health/main.tf line 74, in resource "helm_release" "health-checks-install":
│   74: resource "helm_release" "health-checks-install" {

Steps to reproduce the behavior

use examples/jx3 folder, and run terraform apply with the latest module.

Expected behavior

Cluster is created

Actual behavior

Cluster is not created

Terraform version

The output of terraform version is:

Terraform v1.0.4
on linux_amd64

Module version

latest master

Operating system

Ubuntu

@ankitm123
Copy link
Member Author

Not an issue with the module, had to remove the .terraform folder and check the .terraform.lock.hcl file.

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

1 participant