From b83f142741824b0fcfd1fd2c806163866da41300 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 03:21:14 +0000 Subject: [PATCH] ci(deps): update gnosis dependencies | datasource | package | from | to | | ---------- | ------- | -------------- | -------------- | | helm | proxyd | 0.6.5-canary.1 | 0.6.5-canary.2 | --- 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 3ad5919d..22795261 100644 --- a/gnosis/helmfile.yaml +++ b/gnosis/helmfile.yaml @@ -200,7 +200,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.6.5-canary.1" + version: "0.6.5-canary.2" {{- end }} releases: diff --git a/src/schemas/gnosis.cue b/src/schemas/gnosis.cue index 39374771..4f2ed25e 100644 --- a/src/schemas/gnosis.cue +++ b/src/schemas/gnosis.cue @@ -127,7 +127,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/release": "{{ $release }}" "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } - _template: {version: "0.6.5-canary.1"} + _template: {version: "0.6.5-canary.2"} } }