Skip to content

fix: update proactive restart demo defaults to match Helm conventions#244

Open
cwiklik wants to merge 1 commit intomainfrom
fix/223-demo-script-defaults
Open

fix: update proactive restart demo defaults to match Helm conventions#244
cwiklik wants to merge 1 commit intomainfrom
fix/223-demo-script-defaults

Conversation

@cwiklik
Copy link
Copy Markdown
Collaborator

@cwiklik cwiklik commented Mar 26, 2026

Summary

  • Update OPERATOR_NS default from agentcard-system to kagenti-system
  • Update OPERATOR_DEPLOY default from agentcard-operator to kagenti-controller-manager
  • Applied to both run-demo-commands.sh and teardown-demo.sh

Fixes #223

Test plan

  • Run demos/agentcard-proactive-restart/run-demo-commands.sh after a Helm-based install without env var overrides
  • Verify teardown-demo.sh restores the operator correctly

Assisted-By: Claude (Anthropic AI) noreply@anthropic.com

@cwiklik cwiklik requested a review from a team as a code owner March 26, 2026 14:00
Update OPERATOR_NS and OPERATOR_DEPLOY defaults in the proactive restart
demo scripts to match the Helm chart conventions (kagenti-system and
kagenti-controller-manager) instead of the legacy agentcard-system and
agentcard-operator values.

Fixes #223

Signed-off-by: cwiklik <cwiklikj@gmail.com>
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
@cwiklik cwiklik force-pushed the fix/223-demo-script-defaults branch from 0ca0d52 to ab42c41 Compare March 26, 2026 14:03
@cwiklik cwiklik self-assigned this Mar 26, 2026
@cwiklik cwiklik added the bug Something isn't working label Mar 26, 2026
Copy link
Copy Markdown
Contributor

@rubambiza rubambiza left a comment

Choose a reason for hiding this comment

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

Straightforward default rename to match post-rebrand Helm conventions. CI green.

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

Labels

bug Something isn't working Ready for Review!

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

Proactive restart demo script uses hardcoded operator namespace and deployment name

2 participants