Skip to content

Commit a23fb30

Browse files
ci(deps): update ethereum dependencies (#1839)
| datasource | package | from | to | | ---------- | ---------- | --------------- | ------ | | helm | erigon | 0.12.3-canary.1 | 0.12.3 | | helm | lighthouse | 0.8.0-canary.3 | 0.8.0 | | helm | nimbus | 0.6.10-canary.2 | 0.6.10 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent c1bc795 commit a23fb30

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.12.3-canary.1"
173+
version: "0.12.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.10-canary.2"
188+
version: "0.6.10"
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.8.0-canary.3"
203+
version: "0.8.0"
204204
{{- end }}
205205

206206
proxyd:

src/schemas/ethereum.cue

Lines changed: 3 additions & 3 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.12.3-canary.1"}
131+
_template: {version: "0.12.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.10-canary.2"}
143+
_template: {version: "0.6.10"}
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.8.0-canary.3"}
155+
_template: {version: "0.8.0"}
156156
}
157157

158158
proxyd: {

0 commit comments

Comments
 (0)