Skip to content

Commit 658310a

Browse files
ci(deps): update ethereum dependencies (#1580)
| datasource | package | from | to | | ---------- | ---------- | ----- | -------------- | | helm | lighthouse | 0.7.1 | 0.7.2-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent b99ea58 commit 658310a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ethereum/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1"
203+
version: "0.7.2-canary.1"
204204
{{- end }}
205205

206206
proxyd:

src/schemas/ethereum.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1"}
155+
_template: {version: "0.7.2-canary.1"}
156156
}
157157

158158
proxyd: {

0 commit comments

Comments
 (0)