From f1cbfec3ecdd013409ef4ac254078a5791d4f763 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:42:53 +0000 Subject: [PATCH] ci(deps): update gnosis dependencies | datasource | package | from | to | | ---------- | ------- | -------------- | ----- | | helm | proxyd | 0.7.4-canary.1 | 0.7.4 | --- 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 b540f771..59a04947 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-canary.1" + version: "0.7.4" {{- end }} releases: diff --git a/src/schemas/gnosis.cue b/src/schemas/gnosis.cue index e780b699..70d1407b 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-canary.1"} + _template: {version: "0.7.4"} } }