Skip to content

fix(demo): support empty engine image overrides on macOS Bash - #700

Merged
benjaminch merged 1 commit into
mainfrom
fix/demo-crashing-cli
Aug 28, 2026
Merged

fix(demo): support empty engine image overrides on macOS Bash#700
benjaminch merged 1 commit into
mainfrom
fix/demo-crashing-cli

Conversation

@benjaminch

@benjaminch benjaminch commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

Avoid expanding an empty engine_image_overrides array under set -u, which causes qovery demo up to files
on macOS’s Bash 3.2 with an “unbound variable” error. Add a regression test for the nounset-safe expansion.


Summary by cubic

Fixes qovery demo up failing on macOS's Bash 3.2 with an "unbound variable" error when no engine image overrides are set.

Bug Fixes

  • Expands the empty engine_image_overrides array using a Bash 3.2-safe form so set -u no longer aborts the script.
  • Adds a regression test confirming both Helm invocations use the safe expansion.

Written for commit 8f48281. Summary will update on new commits.

Review in cubic

Avoid expanding an empty engine_image_overrides array under set -u, which causes qovery demo up to files
on macOS’s Bash 3.2 with an “unbound variable” error. Add a regression test for the nounset-safe expansion.
@benjaminch benjaminch added the bug Something isn't working label Aug 28, 2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Tip: cubic could auto-approve low-risk PRs like this, if it thinks it's safe to merge. Learn more

Re-trigger cubic

@benjaminch
benjaminch merged commit dfc9fb6 into main Aug 28, 2026
7 checks passed
@pggb25
pggb25 deleted the fix/demo-crashing-cli branch August 28, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants