diff --git a/Makefile b/Makefile index 008c5e4..e483aa2 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ RAILIANCE_STATE_HUB_RELEASE ?= state-hub RAILIANCE_STATE_HUB_NAMESPACE ?= 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_IMAGE_TAG ?= b536741 +RAILIANCE_STATE_HUB_IMAGE_TAG ?= f2e042a RAILIANCE_STATE_HUB_PLATFORM_DIR ?= deploy/railiance/platform RAILIANCE_STATE_HUB_APP_MANIFESTS ?= deploy/railiance/apps/manifests # Codex/WSL non-login shells may not source ~/.profile; keep uv discoverable. diff --git a/deploy/railiance/README.md b/deploy/railiance/README.md index 9b9bc6e..fd9089d 100644 --- a/deploy/railiance/README.md +++ b/deploy/railiance/README.md @@ -21,7 +21,7 @@ boundaries used for the actual cluster rollout. The current image is pinned to: ```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 diff --git a/deploy/railiance/apps/charts/state-hub/Chart.yaml b/deploy/railiance/apps/charts/state-hub/Chart.yaml index 1d2fa65..c7942d4 100644 --- a/deploy/railiance/apps/charts/state-hub/Chart.yaml +++ b/deploy/railiance/apps/charts/state-hub/Chart.yaml @@ -3,4 +3,4 @@ name: state-hub description: State Hub API service for private Railiance operation type: application version: 0.1.0 -appVersion: "b536741" \ No newline at end of file +appVersion: "f2e042a" \ No newline at end of file diff --git a/deploy/railiance/apps/helm/state-hub-values.yaml b/deploy/railiance/apps/helm/state-hub-values.yaml index d1a4feb..bee16d5 100644 --- a/deploy/railiance/apps/helm/state-hub-values.yaml +++ b/deploy/railiance/apps/helm/state-hub-values.yaml @@ -5,7 +5,7 @@ namespace: create: false image: - tag: "b536741" + tag: "f2e042a" ingress: enabled: false diff --git a/docs/container-image.md b/docs/container-image.md index a208248..24bad43 100644 --- a/docs/container-image.md +++ b/docs/container-image.md @@ -53,7 +53,17 @@ Expected response: ## 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 image: gitea.coulomb.social/coulomb/state-hub:b536741