EventStore / EventStore.Charts

EventStore official Helm Charts
Other
29 stars 47 forks source link

Upgrade to 5.0.1 #35

Closed krishofmans closed 5 years ago

krishofmans commented 5 years ago

Hi,

I just wanted to check if we are able to update the image value in the helm chart to 5.0.1 and if that should "just work" or will other changes be necessary?

If there a timeline on an updated version of the chart?

Thanks, Kris

riccardone commented 5 years ago

It will just work. There is not a timeline but it's going to happen soon. In the meantime you can fork, make that change and then use your public fork as Chart

krishofmans commented 5 years ago

Great thanks for the information

I helm upgrade --set persistence.enabled=true --set imageTag=release-5.0.1 eventstore eventstore/eventstore and it upgraded succesfully, it didn't seem to do a rolling update as I had some 502's but fine for now as it's not a production setup.