We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5292a4b commit 8afed69Copy full SHA for 8afed69
polygon/helmfile.yaml
@@ -170,7 +170,7 @@ templates:
170
version: {{ .Values | get "erigon" | get "chartVersion" }}
171
{{- end }}
172
{{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }}
173
- version: "0.11.6"
+ version: "0.11.7-canary.1"
174
175
176
heimdall:
src/schemas/polygon.cue
@@ -111,7 +111,7 @@ package LaunchpadNamespaces
111
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
112
}
113
feature: #features.#erigon
114
- _template: {version: "0.11.6"}
+ _template: {version: "0.11.7-canary.1"}
115
116
117
heimdall: {
0 commit comments