gruntwork-io / helm-kubernetes-services

Helm charts that can be used to package your applications into production ready deployments for Kubernetes. https://www.gruntwork.io
Apache License 2.0
193 stars 156 forks source link

Latest releases are not present in the repository #168

Closed nadiia-caspar closed 1 year ago

nadiia-caspar commented 1 year ago

Describe the bug The latest release in this repository has v0.2.21, but Helm cannot find it. The helm search repo gruntwork --versions command shows me the latest available chart version v0.2.19

To Reproduce

$ helm repo add gruntwork https://helmcharts.gruntwork.io
$ helm repo update
$ helm search repo gruntwork --versions
NAME                    CHART VERSION   APP VERSION     DESCRIPTION                                       
gruntwork/k8s-service   v0.2.19                         A Helm chart to package your application contai...

Helm update fails with:

Error: chart "k8s-service" matching v0.2.21 not found in gruntwork index. (try 'helm repo update'): no chart version found for k8s-service-v0.2.21

Expected behavior

$ helm search repo gruntwork --versions
NAME                    CHART VERSION   APP VERSION     DESCRIPTION                                       
gruntwork/k8s-service   v0.2.21                         A Helm chart to package your application contai...

Nice to have

Additional context Add any other context about the problem here.

ryehowell commented 1 year ago

Hi @nadiia-caspar, thank you for raising this Issue! You are correct with the releases being a couple versions behind. I've published the latest releases and they will be available soon. Once this PR is merged, the latest versions will be available. This should be done tomorrow at some point.

nadiia-caspar commented 1 year ago

@ryehowell ah, okay. thank you for the explanation

ryehowell commented 1 year ago

Hi @nadiia-caspar, I just wanted to follow up to let you know that the latest releases are now available. Thanks again for raising the Issue!

$ helm search repo gruntwork/k8s-service -l
NAME                    CHART VERSION   APP VERSION DESCRIPTION
gruntwork/k8s-service   v0.2.21                     A Helm chart to package your application contai...
gruntwork/k8s-service   v0.2.20                     A Helm chart to package your application contai...
gruntwork/k8s-service   v0.2.19                     A Helm chart to package your application contai...
gruntwork/k8s-service   v0.2.18                     A Helm chart to package your application contai...
gruntwork/k8s-service   v0.2.17                     A Helm chart to package your application contai...
...