diff --git a/ethereum/helmfile.yaml b/ethereum/helmfile.yaml index 80e0a7de..f40b8a4c 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.3-canary.1" + version: "0.12.3" {{- 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.6.10-canary.2" + version: "0.6.10" {{- end }} lighthouse: @@ -200,7 +200,7 @@ templates: version: {{ .Values | get "lighthouse" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "lighthouse" dict | get "chartVersion" false ) ( .Values | get "lighthouse" dict | get "chartUrl" false ) )) }} - version: "0.8.0-canary.3" + version: "0.8.0" {{- end }} proxyd: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index e2784e0e..2d6ab961 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.3-canary.1"} + _template: {version: "0.12.3"} } nimbus: { @@ -140,7 +140,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#nimbus - _template: {version: "0.6.10-canary.2"} + _template: {version: "0.6.10"} } lighthouse: { @@ -152,7 +152,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } - _template: {version: "0.8.0-canary.3"} + _template: {version: "0.8.0"} } proxyd: {