Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading