From a342cf1b17a583db6aa2ad3f7615fb88f4a41fca Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:14:55 +0000 Subject: [PATCH] ci(deps): update arbitrum dependencies | datasource | package | from | to | | ---------- | ------- | -------------- | -------------- | | helm | proxyd | 0.7.2-canary.1 | 0.7.2-canary.2 | --- 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 9caf285d..44a5888b 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.7.2-canary.1" + version: "0.7.2-canary.2" {{- 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.2-canary.1" + version: "0.7.2-canary.2" {{- end }} releases: diff --git a/src/schemas/arbitrum.cue b/src/schemas/arbitrum.cue index baad9db1..7d50f1b8 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.7.2-canary.1"} + _template: {version: "0.7.2-canary.2"} } "proxyd-classic": { @@ -141,7 +141,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/release": "{{ $release }}" } feature: #features.#proxyd_classic - _template: {version: "0.7.2-canary.1"} + _template: {version: "0.7.2-canary.2"} } }