diff --git a/polygon/helmfile.yaml b/polygon/helmfile.yaml index e295ff88..7f757be7 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.7.10-canary.2" + version: "0.7.10-canary.3" {{- end }} releases: diff --git a/src/schemas/polygon.cue b/src/schemas/polygon.cue index bf37d4e4..01f440a4 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.7.10-canary.2"} + _template: {version: "0.7.10-canary.3"} } }