Skip to content

fix(helm): use stable gateway container name#1864

Merged
TaylorMutch merged 1 commit into
mainfrom
1863-stable-gateway-container-name/tmutch
Jun 10, 2026
Merged

fix(helm): use stable gateway container name#1864
TaylorMutch merged 1 commit into
mainfrom
1863-stable-gateway-container-name/tmutch

Conversation

@TaylorMutch

Copy link
Copy Markdown
Collaborator

Summary

Fix the OpenShell Helm chart so the gateway StatefulSet renders a stable container name instead of deriving it from chart metadata.

Related Issue

Closes #1863

Changes

  • Render the gateway container as openshell-gateway in the StatefulSet template.
  • Add a Helm unit assertion for the rendered container name.
  • Update Kubernetes gateway debug commands to use the explicit gateway container.

Testing

  • mise run pre-commit passes
  • Unit tests added/updated
  • E2E tests added/updated (if applicable)

Additional targeted checks run before pre-commit:

  • mise run helm:test
  • mise run helm:lint

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)

Signed-off-by: Taylor Mutch <taylormutch@gmail.com>
@TaylorMutch TaylorMutch added the area:cluster Related to running OpenShell on k3s/docker label Jun 10, 2026
@TaylorMutch TaylorMutch requested a review from a team as a code owner June 10, 2026 22:42
@TaylorMutch TaylorMutch merged commit 4b44d62 into main Jun 10, 2026
29 of 30 checks passed
@TaylorMutch TaylorMutch deleted the 1863-stable-gateway-container-name/tmutch branch June 10, 2026 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:cluster Related to running OpenShell on k3s/docker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: use stable gateway container name in Helm StatefulSet

2 participants