docs(self-managed): migrate Helm datastore config off removed global elasticsearch and opensearch keys - #9653
Draft
bkenez wants to merge 7 commits into
Draft
docs(self-managed): migrate Helm datastore config off removed global elasticsearch and opensearch keys#9653bkenez wants to merge 7 commits into
bkenez wants to merge 7 commits into
Conversation
Contributor
|
👋 🤖 🤔 Hello, @bkenez! Did you make your changes in all the right places? These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.9/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
6 tasks
bkenez
force-pushed
the
6766-remove-global-es-os-helm-810
branch
from
August 20, 2026 10:01
cfca40d to
a7a7291
Compare
7 tasks
🔍 InfraEx Content DetectedThis PR modifies documentation pages owned or referenced by the Infrastructure Experience team. A review from @camunda/infraex-medic has been requested to ensure technical consistency. 📎 Files referencing monitored repos
ℹ️ What to check
|
6 tasks
bkenez
force-pushed
the
6766-remove-global-es-os-helm-810
branch
from
August 20, 2026 12:04
c6d3661 to
c70dab4
Compare
…elasticsearch and opensearch keys
…e, enable optimize in os example
bkenez
force-pushed
the
6766-remove-global-es-os-helm-810
branch
from
August 21, 2026 05:55
c70dab4 to
8c251c8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
camunda-platform chart 15.x (Camunda 8.10) removes the deprecated
global.elasticsearch.*andglobal.opensearch.*value trees (deprecated in 8.9; removal in camunda/camunda-platform-helm#6914). Setting any key under them now failshelm install/helm upgradewith an error naming the replacement.This PR updates the unversioned (8.10) docs accordingly:
upgrade/helm/890-to-8100.md: replaces the two per-leaftls.existingSecretrows with whole-tree rows and adds a full migration mapping table (optimize.database.*,orchestration.data.secondaryStorage.*, JKS password path,clusterName,prefix).upgrade/prepare-for-upgrade.md: corrects the 8.10 rows that said the keys are "deprecated in 8.10 ... Legacy keys still work in 8.10" and that instructed settingglobal.elasticsearch.enabled: true/elasticsearch.enabled: true(neither key exists in the 8.10 chart).components/orchestration-cluster/core-settings/configuration/partials/_secondary-storage.md: the Helm values tab now teaches the component-scoped keys.deployment/helm/configure/database/elasticsearch/configure-elasticsearch-prefix-indices.md,deployment/helm/configure/secret-management.md,deployment/helm/configure/tls.md,deployment/helm/install/production/index.md: tables and examples migrated to the component-scoped keys.\n-concepts/secondary-storage/configuring-secondary-storage.md: the Elasticsearch example now uses the Orchestration secondary-storage block.\n-deployment/helm/cloud-providers/amazon/amazon-eks/eks-helm.md: removes the obsolete bundled-Elasticsearch path and points to ECK.\n-deployment/helm/configure/authentication-and-authorization/microsoft-entra.md: the full example configures both consumers against external Elasticsearch.Versioned docs (8.7-8.9) are untouched — the keys remain valid there.
closes camunda/camunda-platform-helm#6918
When should this change go live?
PR Checklist
{type}(scope): {description}commit message(s)/docsdirectory.@camunda/tech-writersunless working with an embedded writer.