diff --git a/ethereum/helmfile.yaml b/ethereum/helmfile.yaml index e0562c2c..0fe98f16 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-canary.3" + version: "0.12.2" {{- end }} nimbus: @@ -215,7 +215,7 @@ templates: version: {{ .Values | get "proxyd" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }} - version: "0.7.3-canary.1" + version: "0.7.3" {{- end }} releases: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index 525c9c4f..0d59da9e 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-canary.3"} + _template: {version: "0.12.2"} } nimbus: { @@ -163,7 +163,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.7.3-canary.1"} + _template: {version: "0.7.3"} } }