diff --git a/ethereum/helmfile.yaml b/ethereum/helmfile.yaml index 1e1bf84d..9864703f 100644 --- a/ethereum/helmfile.yaml +++ b/ethereum/helmfile.yaml @@ -170,7 +170,7 @@ templates: version: {{ .Values | get "erigon" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }} - version: "0.12.2" + version: "0.12.3-canary.1" {{- end }} nimbus: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index 1d698505..99a407a9 100644 --- a/src/schemas/ethereum.cue +++ b/src/schemas/ethereum.cue @@ -128,7 +128,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } - _template: {version: "0.12.2"} + _template: {version: "0.12.3-canary.1"} } nimbus: {