Deploy state-hub:f2e042a to coulombcore cluster.

Pin helm handoff and Makefile defaults to the f2e042a image after build,
push, CNPG migration, and helm upgrade. Cluster is primary again via
state-hub-primary tunnel.
This commit is contained in:
2026-07-06 11:08:50 +02:00
parent f2e042a278
commit 27db6cff41
5 changed files with 15 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ RAILIANCE_STATE_HUB_RELEASE ?= state-hub
RAILIANCE_STATE_HUB_NAMESPACE ?= state-hub RAILIANCE_STATE_HUB_NAMESPACE ?= state-hub
RAILIANCE_STATE_HUB_CHART ?= deploy/railiance/apps/charts/state-hub RAILIANCE_STATE_HUB_CHART ?= deploy/railiance/apps/charts/state-hub
RAILIANCE_STATE_HUB_VALUES ?= deploy/railiance/apps/helm/state-hub-values.yaml RAILIANCE_STATE_HUB_VALUES ?= deploy/railiance/apps/helm/state-hub-values.yaml
RAILIANCE_STATE_HUB_IMAGE_TAG ?= b536741 RAILIANCE_STATE_HUB_IMAGE_TAG ?= f2e042a
RAILIANCE_STATE_HUB_PLATFORM_DIR ?= deploy/railiance/platform RAILIANCE_STATE_HUB_PLATFORM_DIR ?= deploy/railiance/platform
RAILIANCE_STATE_HUB_APP_MANIFESTS ?= deploy/railiance/apps/manifests RAILIANCE_STATE_HUB_APP_MANIFESTS ?= deploy/railiance/apps/manifests
# Codex/WSL non-login shells may not source ~/.profile; keep uv discoverable. # Codex/WSL non-login shells may not source ~/.profile; keep uv discoverable.

View File

@@ -21,7 +21,7 @@ boundaries used for the actual cluster rollout.
The current image is pinned to: The current image is pinned to:
```text ```text
gitea.coulomb.social/coulomb/state-hub:b536741 gitea.coulomb.social/coulomb/state-hub:f2e042a
``` ```
railiance01 has already pulled this tag with `crictl`, and the image serves railiance01 has already pulled this tag with `crictl`, and the image serves

View File

@@ -3,4 +3,4 @@ name: state-hub
description: State Hub API service for private Railiance operation description: State Hub API service for private Railiance operation
type: application type: application
version: 0.1.0 version: 0.1.0
appVersion: "b536741" appVersion: "f2e042a"

View File

@@ -5,7 +5,7 @@ namespace:
create: false create: false
image: image:
tag: "b536741" tag: "f2e042a"
ingress: ingress:
enabled: false enabled: false

View File

@@ -53,7 +53,17 @@ Expected response:
## Current Published Build ## Current Published Build
Verified and published on 2026-06-25: Verified and published on 2026-07-06:
```text
image: gitea.coulomb.social/coulomb/state-hub:f2e042a
source commit: f2e042a
manifest digest: sha256:426c84de5b18c9e095e0efda5354ec73a52d77c45976649234a6e4f58b07d624
alembic heads: f0a1b2c3d4e5 (head)
cluster: coulombcore-k3s state-hub namespace, helm revision 2
```
Previous build (2026-06-25):
```text ```text
image: gitea.coulomb.social/coulomb/state-hub:b536741 image: gitea.coulomb.social/coulomb/state-hub:b536741