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.8.5-canary.10 | 0.8.5-canary.11 |
  • Loading branch information
graphops-renovate[bot] committed Oct 29, 2023
1 parent f0ec40a commit 5917f81
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 @@ -153,7 +153,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.8.5-canary.10"
version: "0.8.5-canary.11"
{{- end }}
nimbus:
{{- if ( .Values | get "nimbus" dict | get "chartUrl" false ) }}
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/ethereum.cue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/layer": "execution"
"app.launchpad.graphops.xyz/component": "erigon"
}
_template: {version: "0.8.5-canary.10"}
_template: {version: "0.8.5-canary.11"}
_scale: true
}

Expand Down

0 comments on commit 5917f81

Please sign in to comment.