diff --git a/gnosis/helmfile.yaml b/gnosis/helmfile.yaml index 0ebb9b8b..85bc9b88 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.4-canary.2" + version: "0.6.4" {{- end }} releases: diff --git a/src/schemas/gnosis.cue b/src/schemas/gnosis.cue index 5f3a7d71..3ca14d78 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.4-canary.2"} + _template: {version: "0.6.4"} } }