File tree Expand file tree Collapse file tree
internal/embed/infrastructure/base/templates Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :88f5148 tag is preserved for human readability; the
306+ # hosts. The :8ebec92 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:88f5148 @sha256:8d3ff80430bafbaf0cb046694d589d0af3258dfbf4f92793c24bbe3dad5c08ea
313+ image : ghcr.io/obolnetwork/x402-buyer:8ebec92 @sha256:b9d277350667b92a62de10b8e22d2bf266eeabd7d713fa46cc73e233f3918983
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
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ spec:
255255 type : RuntimeDefault
256256 containers :
257257 - name : verifier
258- image : ghcr.io/obolnetwork/x402-verifier:88f5148 @sha256:32a591dd1614e48900195fe71b8e46d2a22c2c9fcb466faa1b8e2c6071802755
258+ image : ghcr.io/obolnetwork/x402-verifier:8ebec92 @sha256:079322ffcac158ced5bb4c891a3ccca8a9a622edf3b08866252d4c3b7d556d4a
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:88f5148 @sha256:46200432eff1971a36de1da6620b50cc788607ebe8fb84ed64b36ff376e45e41
360+ image : ghcr.io/obolnetwork/serviceoffer-controller:8ebec92 @sha256:f6d73260d7425b6b967c1c39672afbd47c08fa0ce86fbfb985e75da26bf39b4e
361361 imagePullPolicy : IfNotPresent
362362 securityContext :
363363 allowPrivilegeEscalation : false
You can’t perform that action at this time.
0 commit comments