diff --git a/polygon/helmfile.yaml b/polygon/helmfile.yaml index 90aaf8034..a6dc57efd 100644 --- a/polygon/helmfile.yaml +++ b/polygon/helmfile.yaml @@ -170,7 +170,7 @@ templates: version: {{ .Values | get "erigon" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }} - version: "0.12.0-canary.11" + version: "0.12.0" {{- end }} heimdall: @@ -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.5-canary.8" + version: "0.0.6" {{- 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.0" + version: "0.7.1" {{- end }} releases: diff --git a/src/schemas/polygon.cue b/src/schemas/polygon.cue index 92aad0804..8724860e0 100644 --- a/src/schemas/polygon.cue +++ b/src/schemas/polygon.cue @@ -111,7 +111,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#erigon - _template: {version: "0.12.0-canary.11"} + _template: {version: "0.12.0"} } heimdall: { @@ -123,7 +123,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#heimdall - _template: {version: "0.0.5-canary.8"} + _template: {version: "0.0.6"} } "heimdall-ha-svc": { @@ -145,7 +145,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.7.0"} + _template: {version: "0.7.1"} } }