Skip to content

Commit

Permalink
ci(deps): update ethereum dependencies
Browse files Browse the repository at this point in the history
| datasource | package | from            | to     |
| ---------- | ------- | --------------- | ------ |
| helm       | erigon  | 0.10.7-canary.2 | 0.10.7 |
  • Loading branch information
graphops-renovate[bot] committed Oct 8, 2024
1 parent 6fd25f9 commit 32bbb4e
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 @@ -170,7 +170,7 @@ templates:
version: {{ .Values | get "erigon" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }}
version: "0.10.7-canary.2"
version: "0.10.7"
{{- end }}

nimbus:
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/ethereum.cue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
}
_template: {version: "0.10.7-canary.2"}
_template: {version: "0.10.7"}
}

nimbus: {
Expand Down

0 comments on commit 32bbb4e

Please sign in to comment.