ci(kubernetes): stabilize HA e2e setup#1659
Merged
Merged
Conversation
|
Label |
Signed-off-by: Taylor Mutch <taylormutch@gmail.com>
Signed-off-by: Taylor Mutch <taylormutch@gmail.com>
Signed-off-by: Taylor Mutch <taylormutch@gmail.com>
0920aab to
596f3d3
Compare
pimlock
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stabilizes the HA Kubernetes e2e setup added after #1598 so the check can get through bare-runner setup and Helm install before running the Rust smoke.
Related Issue
Follow-up to #1598
Changes
MISE_VERSION=v2026.4.25, aligned with the project CI image.github/workflows/e2e-kubernetes-test.ymlfor both normal and HA Kubernetes e2e runsbranch-e2e.ymlnow passes the HA values file directly to the shared workflowmirror.gcr.ioplus a pinned digest for the HA overlay's bundled Bitnami PostgreSQL imageTesting
helm template openshell deploy/helm/openshell -n openshell -f deploy/helm/openshell/ci/values-skaffold.yaml -f deploy/helm/openshell/ci/values-high-availability.yaml --show-only charts/postgres/templates/primary/statefulset.yamldocker pull --platform linux/amd64 mirror.gcr.io/bitnami/postgresql@sha256:7651d7f24aad83fe68a222f7f20eded10d325c96ebee285ca5bf8162eddcba64mise run helm:lintgit diff --checkmise run pre-commite2e/with-kube-gateway.sh trueagainst a temporary k3d cluster usingOPENSHELL_E2E_KUBE_EXTRA_VALUES=deploy/helm/openshell/ci/values-high-availability.yamlChecklist