Skip to content

Commit a7863d5

Browse files
committed
add experimentalSnapshotsRecoveryL1Batch option
1 parent 2dbe3d5 commit a7863d5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

charts/abstract-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: abstract-node
33
description: External node for syncing and serving blockchain data for Abstract
4-
version: 0.1.21
4+
version: 0.1.22
55
type: application
66
icon: https://abstract-assets.abs.xyz/icons/light.png
77
keywords:

charts/abstract-node/templates/statefulset.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ spec:
143143
- name: EN_DA_SECRETS_SEED_PHRASE
144144
value: {{ .Values.node.daSecretsSeedPhrase | quote }}
145145
{{- end }}
146+
{{- if .Values.node.experimentalSnapshotsRecoveryL1Batch }}
147+
- name: EN_EXPERIMENTAL_SNAPSHOTS_RECOVERY_L1_BATCH
148+
value: {{ .Values.node.experimentalSnapshotsRecoveryL1Batch | quote }}
149+
{{- end }}
146150
ports:
147151
{{- if .Values.rpc.http.enabled }}
148152
- name: http

0 commit comments

Comments
 (0)