From 885242d2c954e15ac8530db29f3ab584c69dfef9 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:39:33 +0000 Subject: [PATCH] ci(deps): update arbitrum dependencies | datasource | package | from | to | | ---------- | -------------- | -------------- | ----- | | helm | arbitrum-nitro | 0.6.8-canary.3 | 0.7.0 | | helm | proxyd | 0.7.0 | 0.7.1 | --- arbitrum/helmfile.yaml | 6 +++--- src/schemas/arbitrum.cue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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"} } }