diff --git a/polygon/helmfile.yaml b/polygon/helmfile.yaml index 8f865401..9f16a502 100644 --- a/polygon/helmfile.yaml +++ b/polygon/helmfile.yaml @@ -133,7 +133,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.6.1-canary.1" + version: "0.8.5-canary.9" {{- end }} heimdall: {{- if ( .Values | get "heimdall" dict | get "chartUrl" false ) }} @@ -147,7 +147,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: "1.1.1" + version: "1.1.4-canary.1" {{- end }} proxyd: {{- if ( .Values | get "proxyd" dict | get "chartUrl" false ) }} @@ -161,7 +161,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.2.1" + version: "0.3.4-canary.8" {{- end }} releases: {{- $canonicalRelease := "erigon" }} diff --git a/src/schemas/polygon.cue b/src/schemas/polygon.cue index 6a5cbd8c..3c1f52d8 100644 --- a/src/schemas/polygon.cue +++ b/src/schemas/polygon.cue @@ -44,17 +44,17 @@ package LaunchpadNamespaces releases: { erigon: { chart: {_repositories.graphops.charts.erigon} - _template: {version: "0.6.1-canary.1"} + _template: {version: "0.8.5-canary.9"} } heimdall: { chart: {_repositories.graphops.charts.heimdall} - _template: {version: "1.1.1"} + _template: {version: "1.1.4-canary.1"} } proxyd: { chart: {_repositories.graphops.charts.proxyd} - _template: {version: "0.2.1"} + _template: {version: "0.3.4-canary.8"} } }