diff --git a/arbitrum/helmfile.yaml b/arbitrum/helmfile.yaml index 612951d21..20b6f8291 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.6.8-canary.3" + version: "0.7.0" {{- end }} arbitrum-classic: @@ -200,7 +200,7 @@ templates: version: {{ .Values | get "proxyd-nitro" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "proxyd-nitro" dict | get "chartVersion" false ) ( .Values | get "proxyd-nitro" dict | get "chartUrl" false ) )) }} - version: "0.7.0" + version: "0.7.1" {{- end }} proxyd-classic: @@ -215,7 +215,7 @@ templates: version: {{ .Values | get "proxyd-classic" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "proxyd-classic" dict | get "chartVersion" false ) ( .Values | get "proxyd-classic" dict | get "chartUrl" false ) )) }} - version: "0.7.0" + version: "0.7.1" {{- end }} releases: diff --git a/src/schemas/arbitrum.cue b/src/schemas/arbitrum.cue index 335b9502b..65a950a60 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.6.8-canary.3"} + _template: {version: "0.7.0"} } "arbitrum-classic": { @@ -130,7 +130,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/release": "{{ $release }}" } feature: #features.#proxyd_nitro - _template: {version: "0.7.0"} + _template: {version: "0.7.1"} } "proxyd-classic": { @@ -141,7 +141,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/release": "{{ $release }}" } feature: #features.#proxyd_classic - _template: {version: "0.7.0"} + _template: {version: "0.7.1"} } }