Skip to content

Commit 93527a4

Browse files
committed
Update pins
1 parent d16d167 commit 93527a4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

internal/embed/infrastructure/base/templates/llm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,14 @@ spec:
303303
- name: x402-buyer
304304
# Pinned by sha256 digest (multi-arch manifest list, amd64+arm64)
305305
# so the deployed sidecar is byte-for-byte identical across QA
306-
# hosts. The :8ebec92 tag is preserved for human readability; the
306+
# hosts. The :d16d167 tag is preserved for human readability; the
307307
# digest is authoritative.
308308
# Previous tag-only pin allowed the local-build path to silently
309309
# reuse a 5-day-old `:latest` image and ate the release-smoke 503
310310
# investigation: stale buyer serialized X-PAYMENT with empty
311311
# authorization fields → facilitator /verify 400 → 503 cascade
312312
# across flow-08/11/14/13. See internal/embed/embed_image_pin_test.go.
313-
image: ghcr.io/obolnetwork/x402-buyer:8ebec92@sha256:b9d277350667b92a62de10b8e22d2bf266eeabd7d713fa46cc73e233f3918983
313+
image: ghcr.io/obolnetwork/x402-buyer:d16d167@sha256:3e45377eff12474f1ae65a8514cf8d75375bcf84e649a6c25b7cae0c350a803f
314314
imagePullPolicy: IfNotPresent
315315
# PSS Restricted + writable PVC. On fresh clusters the StorageClass
316316
# asks local-path-provisioner for local PVs, so kubelet applies the

internal/embed/infrastructure/base/templates/x402.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ spec:
255255
type: RuntimeDefault
256256
containers:
257257
- name: verifier
258-
image: ghcr.io/obolnetwork/x402-verifier:8ebec92@sha256:079322ffcac158ced5bb4c891a3ccca8a9a622edf3b08866252d4c3b7d556d4a
258+
image: ghcr.io/obolnetwork/x402-verifier:d16d167@sha256:1d501bbaa14cd3bfc37cffa47c1c8d19a5743e86cb6066bc73f3197b89ca0abf
259259
imagePullPolicy: IfNotPresent
260260
# PSS Restricted: per-container hardening. Verifier is a Go binary
261261
# reading two RO ConfigMaps; no writeable rootfs paths required.
@@ -357,7 +357,7 @@ spec:
357357
# bug; b39bcaa (post-rc10 main) carries it, and also ships PR #590's
358358
# actionable pending-registration status message.
359359
# See TestServiceOfferControllerImage_CarriesSecretCreateOnlyFix.
360-
image: ghcr.io/obolnetwork/serviceoffer-controller:8ebec92@sha256:f6d73260d7425b6b967c1c39672afbd47c08fa0ce86fbfb985e75da26bf39b4e
360+
image: ghcr.io/obolnetwork/serviceoffer-controller:d16d167@sha256:ab2bc596b0c2b40664519d01e37aea349a6df22dd1b4ed5e44c1c9e1fcf89519
361361
imagePullPolicy: IfNotPresent
362362
securityContext:
363363
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)