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

Chart Repository DNS / Down #1350

Open
pseymournutanix opened this issue Oct 3, 2024 · 30 comments
Open

Chart Repository DNS / Down #1350

pseymournutanix opened this issue Oct 3, 2024 · 30 comments

Comments

@pseymournutanix
Copy link

I can no longer resolve kubernetes-charts.banzaicloud.com has this been moved ?

@levirosal
Copy link

Same error here.

image

@sazzle2611
Copy link

The whole banzaicloud.com domain is down (missing dns), I'm pretty sure we've seen this issue before so probably just a matter of waiting for it to be resolved although rather annoying as we use flux to install helm charts and we are now getting constant failure alerts similar to @levirosal

{sarah@saz-omen}$ host kubernetes-charts.banzaicloud.com
Host kubernetes-charts.banzaicloud.com not found: 2(SERVFAIL)
{sarah@saz-omen}$ host banzaicloud.com
Host banzaicloud.com not found: 2(SERVFAIL)

@Realiserad
Copy link

Maybe host the Helm charts in an OCI repository here on GitHub instead?

@issotnikov
Copy link

We have same troubles too.

@shashank-Jain-T-M
Copy link

Same issue with us

@gunnykc
Copy link

gunnykc commented Oct 7, 2024

Any hope to get this one resolved, it has been already 4-5 days.

@tedherring
Copy link

Same issue here for several days now. Anyone know of a mirror? I see this issue came up November of last year too but was closed within 24 hours.
failed to fetch Helm repository index: failed to cache index to temporary file: Get "https://kubernetes-charts.banzaicloud.com/index.yaml": dial tcp: lookup kubernetes-charts.banzaicloud.com

@bs-amitmahajan29
Copy link

Same issue here as well since 4 days now. Can someone help how to get this resolved?

Screenshot 2024-10-08 at 11 58 40 AM

@MihajloJankovic
Copy link

Same issue with us

1 similar comment
@wadexu007
Copy link

Same issue with us

@viniciusps
Copy link

Same issue here.

helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com` failed exit status 1: Error: looks like \"https://kubernetes-charts.banzaicloud.com\" is not a valid chart repository or cannot be reached: Get \"https://kubernetes-charts.banzaicloud.com/index.yaml\": dial tcp: lookup kubernetes-charts.banzaicloud.com on

@k4kratik
Copy link

k4kratik commented Oct 9, 2024

+1

4 similar comments
@r2ronoha
Copy link

r2ronoha commented Oct 9, 2024

+1

@marcencov
Copy link

+1

@arangelp
Copy link

arangelp commented Oct 9, 2024

+1

@fabmorais
Copy link

+1

@dharapvj
Copy link

dharapvj commented Oct 9, 2024

as a temporary fix - I have setup a backup infrastructure for this (but only the latest versions of the charts are available)

REPO_NAME=dharapvj-banzai
#REPO_NAME=banzai-charts

helm repo add $REPO_NAME https://dharapvj.github.io/ex-banzai-charts/

helm repo update $REPO_NAME

helm search repo $REPO_NAME | grep spark

Let me know if you face any difficulties by creating issue at https://github.com/dharapvj/ex-banzai-charts/issues

@cneth
Copy link

cneth commented Oct 9, 2024

That DNS entry was a CNAME, I believe, it pointed at:

https://banzaicloud-kubernetes-charts.prod.eticloud.io/

Which still seems to be up... No idea how long any of this stuff will stay up, seems like it's become (or becoming) abandonware.

@AhmedQaziMuhammadJamil
Copy link

+1

@k4kratik
Copy link

k4kratik commented Oct 14, 2024

For anyone who came here for the vault-operator chart:

We need to understand that this project is migrated to it's own org.

I think this is the updated Chart URL :

oci://ghcr.io/bank-vaults/helm-charts/vault-operator

also, if you are using image value override in your helm values file, please update it similar to below mentioned snippet :

image:
  repository: ghcr.io/bank-vaults/vault-operator
  tag: v1.22.3

bankVaults:
  image:
    repository: ghcr.io/bank-vaults/bank-vaults
    tag: v1.31.2

read this : https://github.com/orgs/bank-vaults/discussions/2118

@Surya-Yara
Copy link

Surya-Yara commented Oct 14, 2024

To tackle this issue we have implemented the local chart instead of pulling it from banzai repo by getting the chart from here https://artifacthub.io/packages/helm/banzaicloud-stable/vault-secrets-webhook. I could find the templates for the exact version of the chart i was already running in the cluster from Artifact HUB and downloaded the chart of the same version and installed it in the cluster and it seems to be working fine.

@sazzle2611
Copy link

Seems we're going to have to migrate to a different kafka-operator chart :(

banzaicloud/koperator#1084

@gunnykc
Copy link

gunnykc commented Oct 15, 2024

@Surya-Yara I could not find the template option working. if you can help me pointing out to the 1.13.1 version of Vault. That would be great.

@Surya-Yara
Copy link

@gunnykc you need to build a chart locally by downloading the templates from the ArtifactHUB. Keep all the templates in templates folder and create a Chart.yaml file as well and create the chart. If you are looking for the vault operator chart of version 1.13.1 which is this https://artifacthub.io/packages/helm/banzaicloud-stable/vault-operator/1.13.1 and if you are looking for vault-secret-webhook chart of 1.13.1 that is here https://artifacthub.io/packages/helm/banzaicloud-stable/vault-secrets-webhook/1.13.1

@stucki-stuck
Copy link

It's been working again since this morning !

@dharapvj
Copy link

To me it appears down again :'(

@SergeiCherevko
Copy link

+1

@Norkl
Copy link

Norkl commented Nov 15, 2024

We're experiencing the same issue:

$ helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
Error: looks like "https://kubernetes-charts.banzaicloud.com" is not a valid chart repository or cannot be reached: Get "https://kubernetes-charts.banzaicloud.com/index.yaml": dial tcp: lookup kubernetes-charts.banzaicloud.com on 127.0.0.53:53: server misbehaving

@ataut-pai
Copy link

you should migrate to oci://ghcr.io/bank-vaults/helm-charts

@arangelp
Copy link

+1

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