bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9.04k stars 9.22k forks source link

[bitnami/solr] Helm repo seems to not be updated with latest available chart version #5566

Closed mcritchlow closed 3 years ago

mcritchlow commented 3 years ago

Which chart: Solr

Describe the bug It seems that despite being on version 0.2.1 the new Solr chart that's available in the repository is 0.1.0

To Reproduce Steps to reproduce the behavior:

  1. helm search repo solr
NAME                                                CHART VERSION   APP VERSION DESCRIPTION
https:/charts.bitnami.com/bitnami/solr              0.1.0           8.8.0       Apache Solr is an open source enterprise search...
https:/charts.bitnami.com/bitnami/dataplatform-bp1  0.1.0           1.0.0       OCTO Data platform Kafka-Spark-Solr Helm Chart

In comparison, a search for redis is up to date as expected:

  1. helm search repo redis
NAME                                            CHART VERSION   APP VERSION DESCRIPTION
https:/charts.bitnami.com/bitnami/redis         12.7.4          6.0.10      Open source, advanced key-value store. It is of...
https:/charts.bitnami.com/bitnami/redis-cluster 4.3.1           6.0.10      Open source, advanced key-value store. It is of...

Expected behavior I would expect the CHART VERSION for the Solr chart to be current with what is currently in the git repo, as it is with other charts.

Version of Helm and Kubernetes:

version.BuildInfo{Version:"v3.5.2", GitCommit:"167aac70832d3a384f65f9745335e9fb40169dc2", GitTreeState:"clean", GoVersion:"go1.15.7"}
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.4", GitCommit:"d360454c9bcd1634cf4cc52d1867af5491dc9c5f", GitTreeState:"archive", BuildDate:"2020-11-25T13:19:56Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.15", GitCommit:"73dd5c840662bb066a146d0871216333181f4b64", GitTreeState:"clean", BuildDate:"2021-01-13T13:14:05Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"}
miguelaeh commented 3 years ago

Hi @mcritchlow , Please execute helm repo update and try again. You need to update your local repos before fetching the chart

mcritchlow commented 3 years ago

Hi @miguelaeh - thanks, I could have sworn I did that multiple times on Friday. but, doing so today it seems to have worked. Apologies, I must have done something wrong on my end!