smallstep / helm-charts

Helm packages for Kubernetes
Apache License 2.0
49 stars 73 forks source link

please bump step-issuer chart to the latest version #199

Closed DonOtuseGH closed 6 days ago

DonOtuseGH commented 1 month ago

What would you like to be added

The latest step-issuer helm chart ;-)

Why this is needed

To update all the components to the most recent version...

Current situation

$ helm search hub step-issuer
URL                                                 CHART VERSION   APP VERSION DESCRIPTION
https://artifacthub.io/packages/helm/smallstep/...  1.9.1           0.9.1       Step-issuer helm chart for kubernetes.

$ helm repo add smallstep  https://smallstep.github.io/helm-charts
$ helm repo update
$ helm search repo step-issuer
NAME                            CHART VERSION   APP VERSION DESCRIPTION
step-issuer/step-issuer         1.9.1           0.9.1       Step-issuer helm chart for kubernetes.

Thank you very much!

dopey commented 2 weeks ago

Hey @DonOtuseGH 👋, thanks for opening the issue.

I'm seeing that the current version of step-issuer in the helm chart is 0.9.2. You're still seeing 0.9.1?

DonOtuseGH commented 2 weeks ago

@dopey The situation here is still the same as described above, only chart version 1.9.1 is available, which deploys step-issuer version 0.9.1 :-(

We would like to use the latest version of step-issuer, which is v0.9.5, that's the reason why i asked to bump helm chart version as well.

DonOtuseGH commented 1 week ago

@dopey do you think, you can fix this issue soon? there was another release as of yesterday (v0.9.6), maybe this could be taken into account as well so that the lastest version can be installed using helm charts. that would be great, thank you!

dopey commented 6 days ago

Hey @DonOtuseGH can you check again please. I went though our release docs for Helm Charts today so hopefully they've been updated. Otherwise we'll need to do some debugging.

DonOtuseGH commented 6 days ago

@dopey Thanks a lot, it's working now!

$ helm search hub step-issuer
URL                                                 CHART VERSION   APP VERSION DESCRIPTION
https://artifacthub.io/packages/helm/smallstep/...  1.9.6           0.9.6       Step-issuer helm chart for kubernetes.

$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "smallstep" chart repository
Update Complete. ⎈Happy Helming!⎈

$ helm search repo step-issuer
NAME                    CHART VERSION   APP VERSION DESCRIPTION
smallstep/step-issuer   1.9.6           0.9.6       Step-issuer helm chart for kubernetes.