Skip to content

fix(sm): use env script reference instead of hardcoded Helm version#8439

Merged
leiicamundi merged 5 commits intomainfrom
fix/operator-guide-install-command
Apr 1, 2026
Merged

fix(sm): use env script reference instead of hardcoded Helm version#8439
leiicamundi merged 5 commits intomainfrom
fix/operator-guide-install-command

Conversation

@leiicamundi
Copy link
Copy Markdown
Contributor

@leiicamundi leiicamundi commented Mar 31, 2026

Description

Replace hardcoded HELM_CHART_VERSION export with a reference snippet to 0-set-environment.sh in the operator-based infrastructure guide.

Related to https://camunda.slack.com/archives/C07KBQY7H0C/p1774964251761389

When should this change go live?

  • This is a bug fix, security concern, or something that needs urgent release support. (add bug or support label)
  • This is already available but undocumented and should be released within a week. (add available & undocumented label)
  • This is on a specific schedule and the assignee will coordinate a release with the Documentation team. (create draft PR and/or add hold label)
  • This is part of a scheduled alpha or minor. (add alpha or minor label)
  • There is no urgency with this change (add low prio label)

PR Checklist

  • My changes are for an upcoming minor release and are in the /docs directory (version 8.9).
  • My changes are for an already released minor and are in a /versioned_docs directory.

@leiicamundi leiicamundi self-assigned this Mar 31, 2026
@leiicamundi leiicamundi added kind/bug Issues related with bugs in the documentation deploy Stand up a temporary docs site with this PR labels Mar 31, 2026
@leiicamundi leiicamundi requested a review from a team March 31, 2026 16:37
@camunda-docs-pr-automation camunda-docs-pr-automation bot moved this to 👀 In Review in Documentation Team Mar 31, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the operator-based infrastructure deployment docs to avoid hardcoding a Helm chart version and instead point readers to the shared environment setup script from camunda-deployment-references.

Changes:

  • Replaces the inline export HELM_CHART_VERSION=... snippet with a 0-set-environment.sh reference block.
  • Removes camunda-values-identity-secrets.yml from the example helm install ... -f ... commands (in both “with domain” and “local development” variants).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.

File Description
docs/self-managed/deployment/helm/configure/operator-based-infrastructure.md Switches chart version guidance to a referenced env script; adjusts Helm install examples.
versioned_docs/version-8.8/self-managed/deployment/helm/configure/operator-based-infrastructure.md Same changes as above, pinned to stable/8.8 references for the 8.8 docs set.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Replace hardcoded HELM_CHART_VERSION export with a reference snippet
to 0-set-environment.sh in the operator-based infrastructure guide.
@leiicamundi leiicamundi force-pushed the fix/operator-guide-install-command branch from e024a76 to 50aec0e Compare March 31, 2026 16:46
hisImminence
hisImminence previously approved these changes Mar 31, 2026
@github-actions github-actions bot temporarily deployed to camunda-docs March 31, 2026 16:55 Destroyed
@infraex-misc
Copy link
Copy Markdown

infraex-misc bot commented Mar 31, 2026

🔍 InfraEx Content Detected

This 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

File
docs/self-managed/deployment/helm/configure/operator-based-infrastructure.md
versioned_docs/version-8.8/self-managed/deployment/helm/configure/operator-based-infrastructure.md

❌ Broken links

Source file Broken URL
versioned_docs/version-8.8/self-managed/deployment/helm/configure/operator-based-infrastructure.md https://github.com/camunda/camunda-deployment-references/blob/stable/8.8/camunda-deployment-references/generic/kubernetes/operator-based/get-your-copy.sh

ℹ️ What to check
  • Link validity: Do links still point to existing files/branches?
  • Technical accuracy: Are references consistent with the deployment repo?
  • Version alignment: Do version-specific docs match the release branch?
  • Architecture consistency: Do changes align with the reference architecture?

Auto-generated by InfraEx Docs PR Watcher.

@infraex-misc infraex-misc bot requested a review from marcel-dias March 31, 2026 17:27
@infraex-misc infraex-misc bot added component:infraex Issues related with Infrastructure-Experience team component:self-managed Docs and issues related to Camunda Platform 8 Self-Managed labels Mar 31, 2026
sergiizakharov
sergiizakharov previously approved these changes Mar 31, 2026
Copy link
Copy Markdown
Contributor

@sergiizakharov sergiizakharov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thnx

@github-actions github-actions bot temporarily deployed to camunda-docs March 31, 2026 17:37 Destroyed
@leiicamundi leiicamundi dismissed stale reviews from sergiizakharov and hisImminence via a973296 March 31, 2026 18:29
@github-actions github-actions bot temporarily deployed to camunda-docs March 31, 2026 18:38 Destroyed
…rastructure.md

Co-authored-by: Christina Ausley <84338309+christinaausley@users.noreply.github.com>
@github-actions github-actions bot temporarily deployed to camunda-docs April 1, 2026 07:09 Destroyed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

👋 🤖 🤔 Hello, @leiicamundi! 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.8/.

  • docs/self-managed/concepts/secondary-storage/no-secondary-storage.md
These files were changed only in versioned_docs/version-8.8/. You might want to duplicate these changes in docs/.
  • versioned_docs/version-8.8/self-managed/concepts/no-secondary-storage.md

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.

@leiicamundi
Copy link
Copy Markdown
Contributor Author

@christinaausley thanks to the review, I edited the docs to include the replcaement of Camunda Platform to Camunda in 89b9b44, could you review it? Thanks!

@github-actions github-actions bot temporarily deployed to camunda-docs April 1, 2026 09:49 Destroyed
@leiicamundi leiicamundi merged commit 360e30d into main Apr 1, 2026
7 checks passed
@leiicamundi leiicamundi deleted the fix/operator-guide-install-command branch April 1, 2026 15:31
@github-project-automation github-project-automation bot moved this from 👀 In Review to ✅ Done in Documentation Team Apr 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

🧹 Preview environment for this PR has been torn down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:infraex Issues related with Infrastructure-Experience team component:self-managed Docs and issues related to Camunda Platform 8 Self-Managed deploy Stand up a temporary docs site with this PR kind/bug Issues related with bugs in the documentation

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

5 participants