Skip to content
Draft
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 @@ -46,8 +46,10 @@ image:
pullPolicy: IfNotPresent
# 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.26 (linux/amd64 + linux/arm64).
tag: "v0.1.26@sha256:7a6109e43e3fd7461818f172b4c78fc0fb5a124a7c266cf68bd5bc08fff10858"
# review. TODO(v0.1.28-rc0): re-pin with the multi-arch index digest once the
# v0.1.28-rc0 image is published (front-end PR #417 merged + v0.1.28-rc0 tag
# pushed). This PR stays a DRAFT until the @sha256 digest is appended below.
tag: "v0.1.28-rc0" # DRAFT — append @sha256:<multi-arch index digest> before merge

service:
type: ClusterIP
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,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.25 -n obol-frontend
obol-app=obolnetwork/obol-stack-front-end:v0.1.28-rc0 -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