Good morning pulsar team, I'm quite new to pulsar....
# general
j
Good morning pulsar team, I'm quite new to pulsar. I have a task to upgrade our pulsar(helm chart install v2.8.3) in AWS EKS cluster to the latest version. and according to https://pulsar.apache.org/contribute/release-policy/#release-semantics, it seems that I have to upgrade through these routes: 2.8.3->2.9.x->2.10.x->v2.11.x->v3.0.0. I did helm repo add apache https://pulsar.apache.org/charts && helm repo update, but after I upgrade from 2.8.3 to 2.9.4, there is no chart version 2.10.x in the repo. $ helm search repo apache/pulsar --versions. Please see below, does this mean I can upgrade directly from 2.9.4 to 3.0.0 or I have to follow the upgrade instruction to 2.10.x? If so, where could I get the chart version? Thanks