diff --git a/ethereum/helmfile.yaml b/ethereum/helmfile.yaml index 38aa2451..a4c49d77 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.10.10-canary.6" + version: "0.10.10" {{- end }} nimbus: @@ -185,7 +185,7 @@ templates: version: {{ .Values | get "nimbus" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "nimbus" dict | get "chartVersion" false ) ( .Values | get "nimbus" dict | get "chartUrl" false ) )) }} - version: "0.5.20-canary.6" + version: "0.5.20" {{- end }} proxyd: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index 353aeabb..8bd1255d 100644 --- a/src/schemas/ethereum.cue +++ b/src/schemas/ethereum.cue @@ -121,7 +121,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } - _template: {version: "0.10.10-canary.6"} + _template: {version: "0.10.10"} } nimbus: { @@ -133,7 +133,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#nimbus - _template: {version: "0.5.20-canary.6"} + _template: {version: "0.5.20"} } proxyd: {