Skip to content

Commit 28087f5

Browse files
ci(deps): update ethereum dependencies (#1288)
| datasource | package | from | to | | ---------- | ------- | -------------- | ---------------- | | helm | erigon | 0.10.12 | 0.10.13-canary.1 | | helm | nimbus | 0.6.2-canary.1 | 0.6.2-canary.2 | | helm | proxyd | 0.6.5 | 0.6.6-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent f5e1011 commit 28087f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ethereum/helmfile.yaml

Lines changed: 3 additions & 3 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.10.12"
173+
version: "0.10.13-canary.1"
174174
{{- end }}
175175

176176
nimbus:
@@ -185,7 +185,7 @@ templates:
185185
version: {{ .Values | get "nimbus" | get "chartVersion" }}
186186
{{- end }}
187187
{{- if (not (or ( .Values | get "nimbus" dict | get "chartVersion" false ) ( .Values | get "nimbus" dict | get "chartUrl" false ) )) }}
188-
version: "0.6.2-canary.1"
188+
version: "0.6.2-canary.2"
189189
{{- end }}
190190

191191
lighthouse:
@@ -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.5"
218+
version: "0.6.6-canary.1"
219219
{{- end }}
220220

221221
releases:

src/schemas/ethereum.cue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ package LaunchpadNamespaces
120120
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
121121
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
122122
}
123-
_template: {version: "0.10.12"}
123+
_template: {version: "0.10.13-canary.1"}
124124
}
125125

126126
nimbus: {
@@ -132,7 +132,7 @@ package LaunchpadNamespaces
132132
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
133133
}
134134
feature: #features.#nimbus
135-
_template: {version: "0.6.2-canary.1"}
135+
_template: {version: "0.6.2-canary.2"}
136136
}
137137

138138
lighthouse: {
@@ -155,7 +155,7 @@ package LaunchpadNamespaces
155155
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
156156
}
157157
feature: #features.#proxyd
158-
_template: {version: "0.6.5"}
158+
_template: {version: "0.6.6-canary.1"}
159159
}
160160
}
161161

0 commit comments

Comments
 (0)