From 035c288d8c9e54463594f7bb318b8c1f9edf2584 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 05:06:55 +0000 Subject: [PATCH] ci(deps): update arbitrum dependencies | datasource | package | from | to | | ---------- | ---------------- | -------------- | -------------- | | helm | arbitrum-classic | 0.2.2-canary.1 | 0.2.2-canary.2 | | helm | arbitrum-nitro | 0.7.0 | 0.7.1-canary.1 | --- arbitrum/helmfile.yaml | 4 ++-- src/schemas/arbitrum.cue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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": {