Skip to content

fix(helm): decouple allowDocCountMismatch from zdu.enable#696

Merged
chakru-r merged 1 commit intomasterfrom
cr-revert-allowdocmismatch
Apr 17, 2026
Merged

fix(helm): decouple allowDocCountMismatch from zdu.enable#696
chakru-r merged 1 commit intomasterfrom
cr-revert-allowdocmismatch

Conversation

@chakru-r
Copy link
Copy Markdown
Contributor

Summary

  • Removes the conditional that forced ELASTICSEARCH_BUILD_INDICES_ALLOW_DOC_COUNT_MISMATCH=true whenever zdu.enable=true
  • allowDocCountMismatch is now always driven solely by global.elasticsearch.index.upgrade.allowDocCountMismatch
  • Bumps chart version to 0.9.10

Test plan

  • helm template with zdu.enable=true + allowDocCountMismatch=true renders env var as "true"
  • helm template with zdu.enable=false + allowDocCountMismatch=true renders env var as "true"
  • helm template with allowDocCountMismatch unset (default false) renders no env var regardless of zdu.enable

🤖 Generated with Claude Code

The flag can now be set independently; remove the conditional that
forced it to true whenever zdu.enable was set.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@chakru-r chakru-r merged commit af639e8 into master Apr 17, 2026
2 checks passed
@chakru-r chakru-r deleted the cr-revert-allowdocmismatch branch April 17, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants