Skip to content

Commit 56cb567

Browse files
authored
fix: use latest image tag for obol-frontend (#120)
Co-authored-by: bussyjd <[email protected]>
1 parent af7a2ab commit 56cb567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ image:
1212
value: "http://l2-sequencer-node-mainnet-node.aztec.svc.cluster.local:8080"
1313

1414
repository: obolnetwork/obol-stack-front-end
15-
pullPolicy: IfNotPresent
16-
tag: "main-b98b361"
15+
pullPolicy: Always
16+
tag: "latest"
1717

1818
service:
1919
type: ClusterIP

0 commit comments

Comments
 (0)