Skip to content

Commit 1f0fc85

Browse files
ci(deps): update ethereum dependencies (#1589)
| datasource | package | from | to | | ---------- | ------- | --------------- | --------------- | | helm | erigon | 0.11.7-canary.1 | 0.11.7-canary.2 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 085e8b3 commit 1f0fc85

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.11.7-canary.1"
173+
version: "0.11.7-canary.2"
174174
{{- end }}
175175

176176
nimbus:

src/schemas/ethereum.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ package LaunchpadNamespaces
128128
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
129129
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
130130
}
131-
_template: {version: "0.11.7-canary.1"}
131+
_template: {version: "0.11.7-canary.2"}
132132
}
133133

134134
nimbus: {

0 commit comments

Comments
 (0)