Skip to content

Commit 9ce4777

Browse files
ci(deps): update ethereum dependencies (#1258)
| datasource | package | from | to | | ---------- | ------- | ---------------- | ------- | | helm | erigon | 0.10.12-canary.1 | 0.10.12 | | helm | nimbus | 0.6.1-canary.1 | 0.6.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 1552202 commit 9ce4777

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.10.12-canary.1"
173+
version: "0.10.12"
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.1-canary.1"
188+
version: "0.6.1"
189189
{{- end }}
190190

191191
proxyd:

src/schemas/ethereum.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ package LaunchpadNamespaces
121121
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
122122
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
123123
}
124-
_template: {version: "0.10.12-canary.1"}
124+
_template: {version: "0.10.12"}
125125
}
126126

127127
nimbus: {
@@ -133,7 +133,7 @@ package LaunchpadNamespaces
133133
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
134134
}
135135
feature: #features.#nimbus
136-
_template: {version: "0.6.1-canary.1"}
136+
_template: {version: "0.6.1"}
137137
}
138138

139139
proxyd: {

0 commit comments

Comments
 (0)