From dd1f0d7d51512b27ed1135efcd59f099eaa62632 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 04:02:42 +0000 Subject: [PATCH] ci(deps): update gnosis dependencies | datasource | package | from | to | | ---------- | ------- | ---------------- | ------- | | helm | erigon | 0.12.19-canary.6 | 0.12.19 | | helm | proxyd | 0.7.12-canary.2 | 0.7.12 | --- gnosis/helmfile.yaml | 4 ++-- src/schemas/gnosis.cue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnosis/helmfile.yaml b/gnosis/helmfile.yaml index 1e488edb..ccbe2a9b 100644 --- a/gnosis/helmfile.yaml +++ b/gnosis/helmfile.yaml @@ -170,7 +170,7 @@ templates: version: {{ .Values | get "erigon" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }} - version: "0.12.19-canary.6" + version: "0.12.19" {{- end }} proxyd: @@ -185,7 +185,7 @@ templates: version: {{ .Values | get "proxyd" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }} - version: "0.7.12-canary.2" + version: "0.7.12" {{- end }} releases: diff --git a/src/schemas/gnosis.cue b/src/schemas/gnosis.cue index 36cf6b86..4e0ad744 100644 --- a/src/schemas/gnosis.cue +++ b/src/schemas/gnosis.cue @@ -97,7 +97,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } - _template: {version: "0.12.19-canary.6"} + _template: {version: "0.12.19"} } proxyd: { @@ -108,7 +108,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/release": "{{ $release }}" "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } - _template: {version: "0.7.12-canary.2"} + _template: {version: "0.7.12"} } }