Closed DonOtuseGH closed 6 days 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?
@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.
@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!
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.
@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.
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
Thank you very much!