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