Skip to content

Commit a48e2e1

Browse files
committed
fix: apply pxe fix
1 parent f84c858 commit a48e2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spartan/aztec-network/templates/pxe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ spec:
123123
- |
124124
curl -s -X POST -H 'content-type: application/json' \
125125
-d '{"jsonrpc":"2.0","method":"pxe_getNodeInfo","params":[],"id":67}' \
126-
127.0.0.1:{{ .Values.pxe.service.nodePort }} | grep -q '"rollupVersion":1'
126+
127.0.0.1:{{ .Values.pxe.service.nodePort }} | grep -q '"rollupVersion":[1-9][0-9]*'
127127
initialDelaySeconds: {{ .Values.pxe.readinessProbe.initialDelaySeconds }}
128128
periodSeconds: {{ .Values.pxe.readinessProbe.periodSeconds }}
129129
timeoutSeconds: {{ .Values.pxe.readinessProbe.timeoutSeconds }}

0 commit comments

Comments
 (0)