banzaicloud / banzai-charts

Curated list of Banzai Cloud Helm charts used by the Pipeline Platform
Apache License 2.0
368 stars 285 forks source link

Chart Repository DNS / Down #1350

Open pseymournutanix opened 1 month ago

pseymournutanix commented 1 month ago

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

levirosal commented 1 month ago

Same error here.

image

sazzle2611 commented 1 month ago

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 commented 1 month ago

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

issotnikov commented 1 month ago

We have same troubles too.

shashank-Jain-T-M commented 1 month ago

Same issue with us

gunnykc commented 1 month ago

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

tedherring commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

Same issue with us

wadexu007 commented 1 month ago

Same issue with us

viniciusps commented 1 month ago

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 commented 1 month ago

+1

r2ronoha commented 1 month ago

+1

marcencov commented 1 month ago

+1

arangelp commented 1 month ago

+1

fabmorais commented 1 month ago

+1

dharapvj commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

+1

k4kratik commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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

https://github.com/banzaicloud/koperator/discussions/1084

gunnykc commented 1 month ago

@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 commented 1 month ago

@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 commented 1 month ago

It's been working again since this morning !

dharapvj commented 1 week ago

To me it appears down again :'(

SergeiCherevko commented 1 week ago

+1

Norkl commented 1 week ago

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 commented 1 week ago

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

arangelp commented 1 week ago

+1