diff --git a/arbitrum/helmfile.yaml b/arbitrum/helmfile.yaml index c5eebf3a..bbba1655 100644 --- a/arbitrum/helmfile.yaml +++ b/arbitrum/helmfile.yaml @@ -170,7 +170,7 @@ templates: version: {{ .Values | get "arbitrum-nitro" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "arbitrum-nitro" dict | get "chartVersion" false ) ( .Values | get "arbitrum-nitro" dict | get "chartUrl" false ) )) }} - version: "0.7.0" + version: "0.7.1-canary.1" {{- end }} arbitrum-classic: @@ -185,7 +185,7 @@ templates: version: {{ .Values | get "arbitrum-classic" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "arbitrum-classic" dict | get "chartVersion" false ) ( .Values | get "arbitrum-classic" dict | get "chartUrl" false ) )) }} - version: "0.2.2-canary.1" + version: "0.2.2-canary.2" {{- end }} proxyd-nitro: diff --git a/src/schemas/arbitrum.cue b/src/schemas/arbitrum.cue index 8e4526e1..75d32e6c 100644 --- a/src/schemas/arbitrum.cue +++ b/src/schemas/arbitrum.cue @@ -107,7 +107,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#arbitrum_nitro - _template: {version: "0.7.0"} + _template: {version: "0.7.1-canary.1"} } "arbitrum-classic": { @@ -119,7 +119,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#arbitrum_classic - _template: {version: "0.2.2-canary.1"} + _template: {version: "0.2.2-canary.2"} } "proxyd-nitro": {