Skip to content

Commit 8d6db2c

Browse files
ci(deps): update ethereum dependencies (#1597)
| datasource | package | from | to | | ---------- | ---------- | --------------- | --------------- | | helm | erigon | 0.11.7-canary.2 | 0.11.7-canary.3 | | helm | lighthouse | 0.7.2-canary.1 | 0.7.2-canary.2 | | helm | nimbus | 0.6.6-canary.1 | 0.6.6-canary.2 | | helm | proxyd | 0.6.13-canary.2 | 0.6.13-canary.3 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 3c88967 commit 8d6db2c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ethereum/helmfile.yaml

Lines changed: 4 additions & 4 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.7-canary.2"
173+
version: "0.11.7-canary.3"
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.6-canary.1"
188+
version: "0.6.6-canary.2"
189189
{{- end }}
190190

191191
lighthouse:
@@ -200,7 +200,7 @@ templates:
200200
version: {{ .Values | get "lighthouse" | get "chartVersion" }}
201201
{{- end }}
202202
{{- if (not (or ( .Values | get "lighthouse" dict | get "chartVersion" false ) ( .Values | get "lighthouse" dict | get "chartUrl" false ) )) }}
203-
version: "0.7.2-canary.1"
203+
version: "0.7.2-canary.2"
204204
{{- end }}
205205

206206
proxyd:
@@ -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.13-canary.2"
218+
version: "0.6.13-canary.3"
219219
{{- end }}
220220

221221
releases:

src/schemas/ethereum.cue

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

134134
nimbus: {
@@ -140,7 +140,7 @@ package LaunchpadNamespaces
140140
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
141141
}
142142
feature: #features.#nimbus
143-
_template: {version: "0.6.6-canary.1"}
143+
_template: {version: "0.6.6-canary.2"}
144144
}
145145

146146
lighthouse: {
@@ -152,7 +152,7 @@ package LaunchpadNamespaces
152152
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
153153
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
154154
}
155-
_template: {version: "0.7.2-canary.1"}
155+
_template: {version: "0.7.2-canary.2"}
156156
}
157157

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

0 commit comments

Comments
 (0)