diff --git a/polygon/helmfile.yaml b/polygon/helmfile.yaml index d9f7af03..d7ed32a1 100644 --- a/polygon/helmfile.yaml +++ b/polygon/helmfile.yaml @@ -215,7 +215,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/polygon.cue b/src/schemas/polygon.cue index 1d3941ad..25023bf9 100644 --- a/src/schemas/polygon.cue +++ b/src/schemas/polygon.cue @@ -145,7 +145,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"} } }