From bc5e9fda86d46d87188687336b0388f7af2833ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ois=C3=ADn=20Kyne?= Date: Mon, 25 May 2026 23:59:18 +0100 Subject: [PATCH] deps: bump front end to v0.1.25 --- internal/embed/infrastructure/values/obol-frontend.yaml.gotmpl | 2 +- justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/embed/infrastructure/values/obol-frontend.yaml.gotmpl b/internal/embed/infrastructure/values/obol-frontend.yaml.gotmpl index 5eb9915e..c7ee69b4 100644 --- a/internal/embed/infrastructure/values/obol-frontend.yaml.gotmpl +++ b/internal/embed/infrastructure/values/obol-frontend.yaml.gotmpl @@ -47,7 +47,7 @@ image: # Digest-pinned: tag is informational, sha256 is authoritative. Eliminates # the mutable-tag attack surface called out by the v0.10.0-rc2 supply-chain # review. Multi-arch index digest for v0.1.25-rc4 (linux/amd64 + linux/arm64). - tag: "v0.1.25-rc4@sha256:143633300757bec467a8818aa8aa99ec30d70f5096ffe4a075e66b6adc6014a0" + tag: "v0.1.25@sha256:1d594f2a291fc5f47c0e62f59147159da7aa57e9da047739ad14714c3b0165b6" service: type: ClusterIP diff --git a/justfile b/justfile index 40d7115c..98d354b2 100644 --- a/justfile +++ b/justfile @@ -76,7 +76,7 @@ dev-frontend-reset: set -e echo "→ Resetting frontend to released image" obol kubectl set image deployment/obol-frontend-obol-app \ - obol-app=obolnetwork/obol-stack-front-end:v0.1.23 -n obol-frontend + obol-app=obolnetwork/obol-stack-front-end:v0.1.25 -n obol-frontend obol kubectl rollout restart deployment/obol-frontend-obol-app -n obol-frontend obol kubectl rollout status deployment/obol-frontend-obol-app -n obol-frontend --timeout=120s echo "✓ Frontend reset to released image"