diff --git a/polygon/helmfile.yaml b/polygon/helmfile.yaml index 74d0e8c0..e0ff3e57 100644 --- a/polygon/helmfile.yaml +++ b/polygon/helmfile.yaml @@ -185,7 +185,7 @@ templates: version: {{ .Values | get "heimdall" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "heimdall" dict | get "chartVersion" false ) ( .Values | get "heimdall" dict | get "chartUrl" false ) )) }} - version: "0.0.9" + version: "0.0.10-canary.1" {{- end }} heimdall-ha-svc: @@ -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-canary.1" + version: "0.7.4" {{- end }} releases: diff --git a/src/schemas/polygon.cue b/src/schemas/polygon.cue index e6d758e8..93a74964 100644 --- a/src/schemas/polygon.cue +++ b/src/schemas/polygon.cue @@ -123,7 +123,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#heimdall - _template: {version: "0.0.9"} + _template: {version: "0.0.10-canary.1"} } "heimdall-ha-svc": { @@ -145,7 +145,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.7.4-canary.1"} + _template: {version: "0.7.4"} } }