Onboard tenant-engine to the staged-promotion contract
All checks were successful
Build and Publish Container Image / build-and-push (push) Successful in 50s
All checks were successful
Build and Publish Container Image / build-and-push (push) Successful in 50s
TEN-WP-0008. railiance/app.toml declares criticality=high, empty secrets, isolated canary, and the live PostgreSQL digest as previous_stable. Manifests render through kustomize (deploy/ and deploy/canary/). Stage 1 passed. Stage 2/3 Helm-only CLI gap requested as RAIL-BS-IN-0001 rather than a dummy chart. Assistant: grok Assistant-Session: 01a04cea-e5e8-7081-a0fc-808ebbc35fa9
This commit is contained in:
parent
f9f8e0c54f
commit
6644ad8402
19 changed files with 1053 additions and 18 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# Compares three things that are supposed to agree and silently did not
|
||||
# between 2026-08-13 and 2026-08-16:
|
||||
#
|
||||
# 1. the digest this repo intends to run (deploy/tenant-engine.yaml)
|
||||
# 1. the digest this repo intends to run (deploy/base/tenant-engine.yaml)
|
||||
# 2. the digest the Deployment asks for (spec.template.spec.containers)
|
||||
# 3. the digest the running pod actually (status.containerStatuses.imageID)
|
||||
# resolved
|
||||
|
|
@ -33,7 +33,7 @@ set -uo pipefail
|
|||
NAMESPACE="tenant-engine"
|
||||
DEPLOYMENT="tenant-engine"
|
||||
REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
MANIFEST="$REPO_ROOT/deploy/tenant-engine.yaml"
|
||||
MANIFEST="$REPO_ROOT/deploy/base/tenant-engine.yaml"
|
||||
QUIET=0
|
||||
LOCAL_PORT="${VERIFY_PIN_PORT:-18131}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue