Skip to content

Commit f8a3a2f

Browse files
ci(deps): update ethereum dependencies
| datasource | package | from | to | | ---------- | ------- | ------ | --------------- | | helm | erigon | 0.10.1 | 0.10.2-canary.3 |
1 parent 448b2d9 commit f8a3a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ethereum/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.10.1"
173+
version: "0.10.2-canary.3"
174174
{{- end }}
175175

176176
nimbus:

src/schemas/ethereum.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ package LaunchpadNamespaces
121121
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
122122
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
123123
}
124-
_template: {version: "0.10.1"}
124+
_template: {version: "0.10.2-canary.3"}
125125
}
126126

127127
nimbus: {

0 commit comments

Comments
 (0)