We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbe3d5 commit a7863d5Copy full SHA for a7863d5
2 files changed
charts/abstract-node/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: abstract-node
3
description: External node for syncing and serving blockchain data for Abstract
4
-version: 0.1.21
+version: 0.1.22
5
type: application
6
icon: https://abstract-assets.abs.xyz/icons/light.png
7
keywords:
charts/abstract-node/templates/statefulset.yaml
@@ -143,6 +143,10 @@ spec:
143
- name: EN_DA_SECRETS_SEED_PHRASE
144
value: {{ .Values.node.daSecretsSeedPhrase | quote }}
145
{{- end }}
146
+ {{- if .Values.node.experimentalSnapshotsRecoveryL1Batch }}
147
+ - name: EN_EXPERIMENTAL_SNAPSHOTS_RECOVERY_L1_BATCH
148
+ value: {{ .Values.node.experimentalSnapshotsRecoveryL1Batch | quote }}
149
+ {{- end }}
150
ports:
151
{{- if .Values.rpc.http.enabled }}
152
- name: http
0 commit comments