Skip to content

Commit

Permalink
ci(deps): update ethereum dependencies (#1240)
Browse files Browse the repository at this point in the history
| datasource | package | from   | to    |
| ---------- | ------- | ------ | ----- |
| helm       | nimbus  | 0.5.23 | 0.6.0 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Feb 10, 2025
1 parent 363c642 commit 35c7f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ethereum/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ templates:
version: {{ .Values | get "nimbus" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "nimbus" dict | get "chartVersion" false ) ( .Values | get "nimbus" dict | get "chartUrl" false ) )) }}
version: "0.5.23"
version: "0.6.0"
{{- end }}

proxyd:
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/ethereum.cue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
}
feature: #features.#nimbus
_template: {version: "0.5.23"}
_template: {version: "0.6.0"}
}

proxyd: {
Expand Down

0 comments on commit 35c7f53

Please sign in to comment.