diff --git a/polygon/helmfile.yaml b/polygon/helmfile.yaml index 8d43d062..ab4184bd 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.4" + version: "0.7.5-canary.1" {{- end }} releases: diff --git a/src/schemas/polygon.cue b/src/schemas/polygon.cue index ad22f3d4..dac15edc 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.4"} + _template: {version: "0.7.5-canary.1"} } }