Skip to content

Commit eecb83a

Browse files
committed
chore(docker): bump images
1 parent 6c77f17 commit eecb83a

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 :d16d167 tag is preserved for human readability; the
306+
# hosts. The :6c77f17 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:d16d167@sha256:3e45377eff12474f1ae65a8514cf8d75375bcf84e649a6c25b7cae0c350a803f
313+
image: ghcr.io/obolnetwork/x402-buyer:6c77f17@sha256:675b1ca779593e4faeb230832b70dd5a169bd2a3b2fa746b9d08e3db91ff00c7
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
@@ -262,7 +262,7 @@ spec:
262262
type: RuntimeDefault
263263
containers:
264264
- name: verifier
265-
image: ghcr.io/obolnetwork/x402-verifier:d16d167@sha256:1d501bbaa14cd3bfc37cffa47c1c8d19a5743e86cb6066bc73f3197b89ca0abf
265+
image: ghcr.io/obolnetwork/x402-verifier:6c77f17@sha256:c842395fad3fe392fa81d6dbb01e403cf4d62ea52537252c8368986fdee43076
266266
imagePullPolicy: IfNotPresent
267267
# PSS Restricted: per-container hardening. Verifier is a Go binary
268268
# reading two RO ConfigMaps; no writeable rootfs paths required.
@@ -364,7 +364,7 @@ spec:
364364
# bug; b39bcaa (post-rc10 main) carries it, and also ships PR #590's
365365
# actionable pending-registration status message.
366366
# See TestServiceOfferControllerImage_CarriesSecretCreateOnlyFix.
367-
image: ghcr.io/obolnetwork/serviceoffer-controller:d16d167@sha256:ab2bc596b0c2b40664519d01e37aea349a6df22dd1b4ed5e44c1c9e1fcf89519
367+
image: ghcr.io/obolnetwork/serviceoffer-controller:6c77f17@sha256:c6e7bea7f6ba3492da10e7c29da37b29c1b15176da92a7fcb281416e815a2e13
368368
imagePullPolicy: IfNotPresent
369369
securityContext:
370370
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)