diff --git a/celo/helmfile.yaml b/celo/helmfile.yaml index 764222a5..9a8cb3b9 100644 --- a/celo/helmfile.yaml +++ b/celo/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.6.5-canary.1" + version: "0.6.5-canary.2" {{- end }} releases: diff --git a/src/schemas/celo.cue b/src/schemas/celo.cue index ae7c07d6..8c5cb7ec 100644 --- a/src/schemas/celo.cue +++ b/src/schemas/celo.cue @@ -116,7 +116,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.6.5-canary.1"} + _template: {version: "0.6.5-canary.2"} } }