Description
Camunda chart 15.x removes the deprecated global.elasticsearch.* and global.opensearch.* value trees. Any 8.10 values file that sets either tree now fails helm install and helm upgrade through a root-level keyRemoved constraint.
The unversioned (next, 8.10) documentation must use the component-scoped replacements:
orchestration.data.secondaryStorage.elasticsearch.* or orchestration.data.secondaryStorage.opensearch.* for the Orchestration Cluster
optimize.database.elasticsearch.* or optimize.database.opensearch.* for Optimize and its legacy exporter
The following pages require migration:
docs/self-managed/components/orchestration-cluster/core-settings/configuration/partials/_secondary-storage.md
docs/self-managed/concepts/secondary-storage/configuring-secondary-storage.md
docs/self-managed/deployment/helm/cloud-providers/amazon/amazon-eks/eks-helm.md
docs/self-managed/deployment/helm/configure/authentication-and-authorization/microsoft-entra.md
docs/self-managed/deployment/helm/configure/database/elasticsearch/configure-elasticsearch-prefix-indices.md
docs/self-managed/deployment/helm/configure/secret-management.md
docs/self-managed/deployment/helm/configure/tls.md
docs/self-managed/deployment/helm/install/production/index.md
docs/self-managed/upgrade/helm/890-to-8100.md
docs/self-managed/upgrade/prepare-for-upgrade.md
The upgrade documentation must describe removal of the complete trees, not only individual TLS keys. It must also correct the statements that the keys remain supported in 8.10 and that users can enable the removed bundled Elasticsearch subchart.
Versioned 8.7-8.9 documentation remains unchanged because the global values are still supported on those chart lines.
Acceptance criteria
References
Description
Camunda chart 15.x removes the deprecated
global.elasticsearch.*andglobal.opensearch.*value trees. Any 8.10 values file that sets either tree now failshelm installandhelm upgradethrough a root-levelkeyRemovedconstraint.The unversioned (
next, 8.10) documentation must use the component-scoped replacements:orchestration.data.secondaryStorage.elasticsearch.*ororchestration.data.secondaryStorage.opensearch.*for the Orchestration Clusteroptimize.database.elasticsearch.*oroptimize.database.opensearch.*for Optimize and its legacy exporterThe following pages require migration:
docs/self-managed/components/orchestration-cluster/core-settings/configuration/partials/_secondary-storage.mddocs/self-managed/concepts/secondary-storage/configuring-secondary-storage.mddocs/self-managed/deployment/helm/cloud-providers/amazon/amazon-eks/eks-helm.mddocs/self-managed/deployment/helm/configure/authentication-and-authorization/microsoft-entra.mddocs/self-managed/deployment/helm/configure/database/elasticsearch/configure-elasticsearch-prefix-indices.mddocs/self-managed/deployment/helm/configure/secret-management.mddocs/self-managed/deployment/helm/configure/tls.mddocs/self-managed/deployment/helm/install/production/index.mddocs/self-managed/upgrade/helm/890-to-8100.mddocs/self-managed/upgrade/prepare-for-upgrade.mdThe upgrade documentation must describe removal of the complete trees, not only individual TLS keys. It must also correct the statements that the keys remain supported in 8.10 and that users can enable the removed bundled Elasticsearch subchart.
Versioned 8.7-8.9 documentation remains unchanged because the global values are still supported on those chart lines.
Acceptance criteria
global.elasticsearch.*andglobal.opensearch.*configuration in every listed unversioned page with the correct component-scoped values.orchestration.data.secondaryStorage.type.References