diff --git a/arbitrum/helmfile.yaml b/arbitrum/helmfile.yaml index 9c8dd399..2f95f2f4 100644 --- a/arbitrum/helmfile.yaml +++ b/arbitrum/helmfile.yaml @@ -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.6.4-canary.2" + version: "0.6.4" {{- 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.6.4-canary.2" + version: "0.6.4" {{- end }} releases: diff --git a/src/schemas/arbitrum.cue b/src/schemas/arbitrum.cue index 5ccb1972..997eeb2a 100644 --- a/src/schemas/arbitrum.cue +++ b/src/schemas/arbitrum.cue @@ -130,7 +130,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/release": "{{ $release }}" } feature: #features.#proxyd_nitro - _template: {version: "0.6.4-canary.2"} + _template: {version: "0.6.4"} } "proxyd-classic": { @@ -141,7 +141,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/release": "{{ $release }}" } feature: #features.#proxyd_classic - _template: {version: "0.6.4-canary.2"} + _template: {version: "0.6.4"} } }