Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions internal/embed/networks/aztec/helmfile.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ releases:
namespace: aztec-{{ .Values.id }}
createNamespace: true
chart: obol/aztec-node
version: 0.2.0
version: 2.3.0
values:
- role: sequencer
sequencer:
Expand All @@ -19,7 +19,7 @@ releases:
networkName: '{{ .Values.id }}'
image:
repository: aztecprotocol/aztec
tag: 2.1.5
tag: 4.3.0
pullPolicy: Always
node:
replicas: 1
Expand Down
21 changes: 11 additions & 10 deletions internal/embed/networks/ethereum/helmfile.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ releases:
namespace: ethereum-{{ .Values.id }}
createNamespace: true
chart: ethereum-helm-charts/ethereum-node
version: 0.2.14
needs: [ethereum-pvcs]
values:
# Network and checkpoint sync configuration
Expand All @@ -42,15 +43,15 @@ releases:
enabled: true
image:
{{- if eq .Values.executionClient "reth" }}
tag: v1.11.1
tag: v2.2.0
{{- else if eq .Values.executionClient "geth" }}
tag: v1.17.0
tag: v1.17.3
{{- else if eq .Values.executionClient "nethermind" }}
tag: "1.36.0"
tag: "1.37.2"
{{- else if eq .Values.executionClient "besu" }}
tag: "26.2.0"
tag: "26.5.0"
{{- else if eq .Values.executionClient "erigon" }}
tag: v3.3.8
tag: v3.4.2
{{- end }}
persistence:
enabled: true
Expand All @@ -63,15 +64,15 @@ releases:
enabled: true
image:
{{- if eq .Values.consensusClient "lighthouse" }}
tag: v8.1.1
tag: v8.1.3
{{- else if eq .Values.consensusClient "prysm" }}
tag: v7.1.2
tag: v7.1.4
{{- else if eq .Values.consensusClient "teku" }}
tag: "26.2.0"
tag: "26.4.0"
{{- else if eq .Values.consensusClient "nimbus" }}
tag: multiarch-v26.3.0
tag: multiarch-v26.5.0
{{- else if eq .Values.consensusClient "lodestar" }}
tag: v1.40.0
tag: v1.43.0
{{- end }}
persistence:
enabled: true
Expand Down
Loading