Skip to content

Commit 7fa2502

Browse files
ci(deps): update ethereum dependencies (#1582)
| datasource | package | from | to | | ---------- | ------- | ----- | -------------- | | helm | nimbus | 0.6.5 | 0.6.6-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent b8d8eec commit 7fa2502

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
@@ -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.5"
188+
version: "0.6.6-canary.1"
189189
{{- end }}
190190

191191
lighthouse:

src/schemas/ethereum.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ package LaunchpadNamespaces
140140
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
141141
}
142142
feature: #features.#nimbus
143-
_template: {version: "0.6.5"}
143+
_template: {version: "0.6.6-canary.1"}
144144
}
145145

146146
lighthouse: {

0 commit comments

Comments
 (0)