timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
261 stars 223 forks source link

Error: INSTALLATION FAILED: repo charts not found #627

Closed cryptobench closed 8 months ago

cryptobench commented 8 months ago

Hello. I'm trying to install the chart charts/timescaledb-single but after adding the repo, i get told that the chart was not found.

➜  deployments git:(main) ✗ helm repo add timescale 'https://charts.timescale.com'

WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /Users/me/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /Users/me/.kube/config
"timescale" has been added to your repositories
➜  deployments git:(main) ✗ helm install timescale -f timescale/values.yaml charts/timescaledb-single

WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /Users/me/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /Users/me/.kube/config
Error: INSTALLATION FAILED: repo charts not found

Helm version

version.BuildInfo{Version:"v3.13.1", GitCommit:"3547a4b5bf5edb5478ce352e18858d8a552a4110", GitTreeState:"clean", GoVersion:"go1.21.3"}

Any clue whats wrong?

cryptobench commented 8 months ago

Solved...

➜  deployments git:(main) ✗ helm search repo timescale
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /Users/me/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /Users/me/.kube/config
NAME                            CHART VERSION   APP VERSION     DESCRIPTION                                       
timescale/timescaledb-multinode 0.8.0                           TimescaleDB Multinode Deployment.                 
timescale/timescaledb-single    0.33.1                          TimescaleDB HA Deployment.                        
timescale/avalanche             0.8.1                           A Helm chart run avalanche for benchmarking Pro...
timescale/parca-agent           0.1.1           v0.10.0-rc.1    Parca Agent deployment.                           
timescale/parca-server          0.1.0           v0.14.0         Parca Server deployment.                          
timescale/promscale             15.0.0          0.17.0          Promscale Connector deployment                    
timescale/tobs                  20.8.0                          A Helm chart for tobs, The Observability Stack ...
➜  deployments git:(main) ✗ helm install timescale -f timescale/values.yaml timescale/timescaledb-single