diff --git a/ethereum/helmfile.yaml b/ethereum/helmfile.yaml index 2d3e68b0..986b52f4 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.1" + version: "0.10.10-canary.2" {{- 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.1" + version: "0.5.20-canary.2" {{- end }} proxyd: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index 130c2f6b..fcd1a933 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.1"} + _template: {version: "0.10.10-canary.2"} } nimbus: { @@ -133,7 +133,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#nimbus - _template: {version: "0.5.20-canary.1"} + _template: {version: "0.5.20-canary.2"} } proxyd: {