From 481618377bbfcb45904d052248c0e1a4768df87b Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 22:06:40 +0000 Subject: [PATCH] ci(deps): update gnosis dependencies | datasource | package | from | to | | ---------- | ------- | ----- | -------------- | | helm | proxyd | 0.7.4 | 0.7.5-canary.1 | --- gnosis/helmfile.yaml | 2 +- src/schemas/gnosis.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnosis/helmfile.yaml b/gnosis/helmfile.yaml index 59a04947..0505b2fa 100644 --- a/gnosis/helmfile.yaml +++ b/gnosis/helmfile.yaml @@ -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.4" + version: "0.7.5-canary.1" {{- end }} releases: diff --git a/src/schemas/gnosis.cue b/src/schemas/gnosis.cue index 70d1407b..4b578c9d 100644 --- a/src/schemas/gnosis.cue +++ b/src/schemas/gnosis.cue @@ -108,7 +108,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/release": "{{ $release }}" "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } - _template: {version: "0.7.4"} + _template: {version: "0.7.5-canary.1"} } }