Environment
-
Platform: AWS EKS
-
Camunda Helm Chart Version: 13.5.0
-
Elasticsearch Version (configured): 8.19.12
Issue Description
I am facing a fatal error while upgrading Camunda on an AWS EKS cluster. During startup, Elasticsearch fails to boot with the following exception:
java.lang.IllegalStateException: cannot downgrade a node from version [8.19.12] to version [8.19.5]
What I’ve Tried
-
Explicitly set the Elasticsearch version to
8.19.12invalues-enterprise.yaml -
Verified that the Helm values reflect the correct Elasticsearch version
-
Re-deployed using Helm upgrade
Despite this, the error persists and Elasticsearch still attempts to start with version 8.19.5, causing the downgrade failure.
Looking For
Any guidance on:
-
Properly aligning Elasticsearch versions during Camunda upgrades
-
Whether deleting/recreating PVCs is required in this scenario
-
Best practices for Elasticsearch upgrades with Camunda Helm charts on EKS
Thanks in advance for any help or pointers!