diff --git a/polygon/helmfile.yaml b/polygon/helmfile.yaml index 05237f80d..f2dcb7fd1 100644 --- a/polygon/helmfile.yaml +++ b/polygon/helmfile.yaml @@ -141,7 +141,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.9.2-canary.1" + version: "0.9.2-canary.2" {{- end }} heimdall: diff --git a/src/schemas/polygon.cue b/src/schemas/polygon.cue index ce31fca1c..d37941b54 100644 --- a/src/schemas/polygon.cue +++ b/src/schemas/polygon.cue @@ -53,7 +53,7 @@ package LaunchpadNamespaces releases: { erigon: { chart: {_repositories.graphops.charts.erigon} - _template: {version: "0.9.2-canary.1"} + _template: {version: "0.9.2-canary.2"} } heimdall: {