nrashok opened a new issue, #419: URL: https://github.com/apache/pulsar-helm-chart/issues/419
I am currently encountering an issue while upgrading Apache Pulsar from version 2.x to 3.x. I executed a Helm command to detect the Kubernetes APIs, and the Kubernetes setup seems to be in order. However, the upgrade process fails with the following error: `helm upgrade --namespace pulsar --version 3.0.0 -f customized-values-pulsar-3x.yaml pulsar apache/pulsar --wait --timeout 10m` ``` Error: UPGRADE FAILED: unable to build kubernetes objects from current release manifest: [resource mapping not found for name: "pulsar-bookie" namespace: "pulsar" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1" ensure CRDs are installed first, resource mapping not found for name: "pulsar-broker" namespace: "pulsar" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1" ensure CRDs are installed first, resource mapping not found for name: "pulsar-zookeeper" namespace: "pulsar" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1" ensure CRDs are installed first] ``` **Screenshot**  **Additional info** Helm version 3.11.3 K8 Server Version: v1.25.16-eks-8cb36c9 kubectl Client Version: v1.28.4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
