Pin audit-core image digest 41493cd5 for railiance01
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Published from commit 3a7d63e to forgejo.coulomb.social/coulomb/audit-core.
Deployment still waits on T02 ESO secrets.
This commit is contained in:
tegwick 2026-08-13 00:59:51 +02:00
parent cf51bb462c
commit 3119ee33d6
5 changed files with 11 additions and 11 deletions

View file

@ -29,8 +29,8 @@
| task | AUDIT-WP-0004-T06 | done | — | workplans/AUDIT-WP-0004-receiver-correctness-and-hardening.md |
| task | AUDIT-WP-0004-T07 | done | — | workplans/AUDIT-WP-0004-receiver-correctness-and-hardening.md |
| task | AUDIT-WP-0005-T01 | done | — | workplans/AUDIT-WP-0005-postgres-store-and-production-deployment.md |
| task | AUDIT-WP-0005-T02 | todo | — | workplans/AUDIT-WP-0005-postgres-store-and-production-deployment.md |
| task | AUDIT-WP-0005-T02 | progress | — | workplans/AUDIT-WP-0005-postgres-store-and-production-deployment.md |
| task | AUDIT-WP-0005-T03 | progress | — | workplans/AUDIT-WP-0005-postgres-store-and-production-deployment.md |
| task | AUDIT-WP-0005-T04 | done | — | workplans/AUDIT-WP-0005-postgres-store-and-production-deployment.md |
| task | AUDIT-WP-0005-T05 | progress | — | workplans/AUDIT-WP-0005-postgres-store-and-production-deployment.md |
| task | AUDIT-WP-0005-T06 | todo | — | workplans/AUDIT-WP-0005-postgres-store-and-production-deployment.md |
| task | AUDIT-WP-0005-T06 | progress | — | workplans/AUDIT-WP-0005-postgres-store-and-production-deployment.md |

View file

@ -8,7 +8,7 @@ the server port or export a copy before applying.
Apply order is documented in `docs/operator-runbook.md`. Do not apply the
Deployment until:
1. The image digest is pinned (not `REPLACE_AT_RELEASE`).
1. The image digest is pinned (currently `sha256:41493cd5…` from commit `3a7d63e`).
2. Secrets `audit-core-database`, `audit-core-database-migrate`, and
`audit-core-senders` exist.
3. Job `audit-core-migrate` has completed.

View file

@ -78,7 +78,7 @@ spec:
- name: audit-core
# REPLACE at release time with the built digest. A mutable tag is not
# an immutable image, and `:latest` must never be the only reference.
image: forgejo.coulomb.social/coulomb/audit-core@sha256:REPLACE_AT_RELEASE
image: forgejo.coulomb.social/coulomb/audit-core@sha256:41493cd5bbd86a3309af07b1a97d41343b91d758a300ad39d71e4a18c17de7cc
imagePullPolicy: IfNotPresent
ports:
- name: http

View file

@ -31,7 +31,7 @@ spec:
type: RuntimeDefault
containers:
- name: migrate
image: forgejo.coulomb.social/coulomb/audit-core@sha256:REPLACE_AT_RELEASE
image: forgejo.coulomb.social/coulomb/audit-core@sha256:41493cd5bbd86a3309af07b1a97d41343b91d758a300ad39d71e4a18c17de7cc
imagePullPolicy: IfNotPresent
command: ["python", "-m", "audit_core", "migrate"]
env:

View file

@ -299,13 +299,13 @@ carries `sha256:REPLACE_AT_RELEASE` until the ESO secrets exist, and
applying it now would ImagePullBackOff and then CrashLoop on a missing
sender registry.
An image was published to `forgejo.coulomb.social/coulomb/audit-core` during
this session; rebuild and pin after the commit that contains these files so
the label matches the content.
Image for commit `3a7d63e` is published and pinned:
Remaining before done: pin the post-commit digest in
`deploy/audit-core.yaml` and `deploy/migrate-job.yaml`, apply migrate Job
then Deployment once T02 secrets exist, and verify restart, reschedule, and
`forgejo.coulomb.social/coulomb/audit-core@sha256:41493cd5bbd86a3309af07b1a97d41343b91d758a300ad39d71e4a18c17de7cc`
The Deployment is still not applied: it would start and then fail on a
missing sender registry and database lease. Apply migrate Job then
Deployment once T02 secrets exist, and verify restart, reschedule, and
`kubectl rollout undo`.
## T04 - Migrate existing SQLite records