# Helm repo add yugabytedb fails with cert issue

**URL:** https://forum.yugabyte.com/t/helm-repo-add-yugabytedb-fails-with-cert-issue/1313
**Category:** General
**Created:** [November 18, 2021, 6:19pm UTC](https://forum.yugabyte.com/t/helm-repo-add-yugabytedb-fails-with-cert-issue/1313 "2021-11-18T18:19:53Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![johnc](https://avatars.discourse-cdn.com/v4/letter/j/9de0a6/32.png) [@johnc](https://forum.yugabyte.com/u/johnc)
#### Post date: [November 18, 2021, 6:19pm UTC](https://forum.yugabyte.com/t/helm-repo-add-yugabytedb-fails-with-cert-issue/1313/1 "2021-11-18T18:19:54Z")

</div>

Hello guys, I’m trying to add yugabytedb repo to my kubernetes cluster running on redhat v7. I was follwoing the installation instructions give here: [Install YugabyteDB on Kubernetes | YugabyteDB Docs](https://docs.yugabyte.com/latest/quick-start/install/kubernetes/#add-charts-repository)

when I followed the instructions, I get the follwoing error:

```auto
helm repo add yugabytedb https://charts.yugabyte.com/yugabytedb
Error: looks like "https://charts.yugabyte.com/yugabytedb" is not a valid chart repository or cannot be reached: Get https://charts.yugabyte.com/yugabytedb/index.yaml: x509: certificate signed by unknown authority

```

I can tell you that helm repo works fine as I tested with this:  
helm repo add bitnami [https://charts.bitnami.com/bitnami](https://charts.bitnami.com/bitnami)  
“bitnami” has been added to your repositories

help please.

---

<div class="post-metadata">

### Author: ![dorian\_yugabyte](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.yugabyte.com/dorian_yugabyte/32/206_2.png) [@dorian\_yugabyte](https://forum.yugabyte.com/u/dorian_yugabyte)
#### Post date: [November 19, 2021, 7:51am UTC](https://forum.yugabyte.com/t/helm-repo-add-yugabytedb-fails-with-cert-issue/1313/2 "2021-11-19T07:51:31Z")

</div>

cc @sanketh if you’ve seen this before

---

<div class="post-metadata">

### Author: ![sanketh](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.yugabyte.com/sanketh/32/275_2.png) [@sanketh](https://forum.yugabyte.com/u/sanketh)
#### Post date: [November 19, 2021, 8:45am UTC](https://forum.yugabyte.com/t/helm-repo-add-yugabytedb-fails-with-cert-issue/1313/3 "2021-11-19T08:45:54Z")

</div>

I haven’t seen this error before. @johnc : what is the output of `helm version`?

---

<div class="post-metadata">

### Author: ![srinivasa-vasu](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.yugabyte.com/srinivasa-vasu/32/350_2.png) [@srinivasa-vasu](https://forum.yugabyte.com/u/srinivasa-vasu)
#### Post date: [November 19, 2021, 8:50am UTC](https://forum.yugabyte.com/t/helm-repo-add-yugabytedb-fails-with-cert-issue/1313/4 "2021-11-19T08:50:04Z")

</div>

Can you check the URL again?  
helm repo add yugabytedb **[https://charts.yugabyte.com](https://charts.yugabyte.com)**

(Remove /yugabytedb suffix from the URL)

---

<div class="post-metadata">

### Author: ![dorian\_yugabyte](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.yugabyte.com/dorian_yugabyte/32/206_2.png) [@dorian\_yugabyte](https://forum.yugabyte.com/u/dorian_yugabyte)
#### Post date: [March 8, 2023, 8:57am UTC](https://forum.yugabyte.com/t/helm-repo-add-yugabytedb-fails-with-cert-issue/1313/5 "2023-03-08T08:57:11Z")

</div>


