Skip to content

Commit 799c4a9

Browse files
ci(deps): update ethereum dependencies (#1572)
| datasource | package | from | to | | ---------- | ------- | --------------- | --------------- | | helm | erigon | 0.11.6-canary.2 | 0.11.6 | | helm | proxyd | 0.6.12 | 0.6.13-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent d50e89e commit 799c4a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ethereum/helmfile.yaml

Lines changed: 2 additions & 2 deletions
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-canary.2"
173+
version: "0.11.6"
174174
{{- end }}
175175

176176
nimbus:
@@ -215,7 +215,7 @@ templates:
215215
version: {{ .Values | get "proxyd" | get "chartVersion" }}
216216
{{- end }}
217217
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
218-
version: "0.6.12"
218+
version: "0.6.13-canary.1"
219219
{{- end }}
220220

221221
releases:

src/schemas/ethereum.cue

Lines changed: 2 additions & 2 deletions
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.6-canary.2"}
131+
_template: {version: "0.11.6"}
132132
}
133133

134134
nimbus: {
@@ -163,7 +163,7 @@ package LaunchpadNamespaces
163163
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
164164
}
165165
feature: #features.#proxyd
166-
_template: {version: "0.6.12"}
166+
_template: {version: "0.6.13-canary.1"}
167167
}
168168
}
169169

0 commit comments

Comments
 (0)