Skip to content

Commit 850de18

Browse files
ci(deps): update ethereum dependencies (#1268)
| datasource | package | from | to | | ---------- | ---------- | -------------- | -------------- | | helm | lighthouse | 0.7.0-canary.2 | 0.7.0-canary.3 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent d002ef0 commit 850de18

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.0-canary.2"
203+
version: "0.7.0-canary.3"
204204
{{- end }}
205205

206206
proxyd:

src/schemas/ethereum.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ package LaunchpadNamespaces
144144
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
145145
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
146146
}
147-
_template: {version: "0.7.0-canary.2"}
147+
_template: {version: "0.7.0-canary.3"}
148148
}
149149

150150
proxyd: {

0 commit comments

Comments
 (0)