How to install Zeebe self-mananged version 8.1 with helm

I noticed that version 8.1 was published a few days ago. However when I installed zeebe with helm, I still got version 8.0. Any plan to upgrade zeebe version in helm charts?Thanks.

Hello @Ge-Zhicheng ,

you can upgrade the version by modifying the values.yaml that you use.

Inside the values, there is a version tag that you can adjust according to your required platform version.

Jonathan

2 Likes

Thanks. I had tried before but that did not work. The ERROR is like “can not find tag 8.1.0”, I forget the precise error description.

Hello @Ge-Zhicheng ,

on Dockerhub, you will be able to find the images, for example:

https://hub.docker.com/layers/camunda/zeebe/8.1.0/images/sha256-8b57b35b6501dba0f838f8d3d4dadd0e6604b9f30423ad39b6d2981b94321eb2?context=explore

The only image not having this version semantics is the Optimize image:

https://hub.docker.com/r/camunda/optimize/tags

I hope this helps

Jonathan

Oh~ It works today!
Thanks!

1 Like