Skip to content

Commit bdbc305

Browse files
committed
Bump front end
1 parent 91d3571 commit bdbc305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/embed/infrastructure/values/obol-frontend.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ image:
3535

3636
repository: obolnetwork/obol-stack-front-end
3737
pullPolicy: IfNotPresent
38-
tag: "v0.1.15"
38+
tag: "v0.1.16"
3939

4040
service:
4141
type: ClusterIP

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dev-frontend-reset:
7575
set -e
7676
echo "→ Resetting frontend to released image"
7777
obol kubectl set image deployment/obol-frontend-obol-app \
78-
obol-app=obolnetwork/obol-stack-front-end:v0.1.15 -n obol-frontend
78+
obol-app=obolnetwork/obol-stack-front-end:v0.1.16 -n obol-frontend
7979
obol kubectl rollout restart deployment/obol-frontend-obol-app -n obol-frontend
8080
obol kubectl rollout status deployment/obol-frontend-obol-app -n obol-frontend --timeout=120s
8181
echo "✓ Frontend reset to released image"

0 commit comments

Comments
 (0)