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 aa02af9 commit 0e7c0a6Copy full SHA for 0e7c0a6
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.7-canary.1"
+ version: "0.11.7-canary.2"
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.7-canary.1"}
+ _template: {version: "0.11.7-canary.2"}
115
116
117
heimdall: {
0 commit comments