Skip to content

Commit 8afed69

Browse files
ci(deps): update polygon dependencies (#1585)
| datasource | package | from | to | | ---------- | ------- | ------ | --------------- | | helm | erigon | 0.11.6 | 0.11.7-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 5292a4b commit 8afed69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polygon/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ templates:
170170
version: {{ .Values | get "erigon" | get "chartVersion" }}
171171
{{- end }}
172172
{{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }}
173-
version: "0.11.6"
173+
version: "0.11.7-canary.1"
174174
{{- end }}
175175

176176
heimdall:

src/schemas/polygon.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ package LaunchpadNamespaces
111111
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
112112
}
113113
feature: #features.#erigon
114-
_template: {version: "0.11.6"}
114+
_template: {version: "0.11.7-canary.1"}
115115
}
116116

117117
heimdall: {

0 commit comments

Comments
 (0)