diff --git a/ethereum/helmfile.yaml b/ethereum/helmfile.yaml index a4c49d77..0dd45043 100644 --- a/ethereum/helmfile.yaml +++ b/ethereum/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" + version: "0.6.5-canary.1" {{- end }} releases: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index 8bd1255d..13a06580 100644 --- a/src/schemas/ethereum.cue +++ b/src/schemas/ethereum.cue @@ -144,7 +144,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.6.4"} + _template: {version: "0.6.5-canary.1"} } }