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"} } }