Skip to content

Commit a14764f

Browse files
ci(deps): update ethereum dependencies
| datasource | package | from | to | | ---------- | ------- | ------ | --------------- | | helm | nimbus | 0.5.13 | 0.5.14-canary.1 |
1 parent 6664e87 commit a14764f

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

191191
proxyd:

src/schemas/ethereum.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ package LaunchpadNamespaces
133133
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
134134
}
135135
feature: #features.#nimbus
136-
_template: {version: "0.5.13"}
136+
_template: {version: "0.5.14-canary.1"}
137137
}
138138

139139
proxyd: {

0 commit comments

Comments
 (0)