Skip to content

Commit

Permalink
ci(deps): update ethereum dependencies (#1107)
Browse files Browse the repository at this point in the history
| datasource | package | from             | to               |
| ---------- | ------- | ---------------- | ---------------- |
| helm       | erigon  | 0.10.10-canary.5 | 0.10.10-canary.6 |
| helm       | nimbus  | 0.5.20-canary.5  | 0.5.20-canary.6  |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Nov 22, 2024
1 parent ff26473 commit ffb0f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.10-canary.5"
version: "0.10.10-canary.6"
{{- end }}

nimbus:
Expand All @@ -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.20-canary.5"
version: "0.5.20-canary.6"
{{- end }}

proxyd:
Expand Down
4 changes: 2 additions & 2 deletions 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.10-canary.5"}
_template: {version: "0.10.10-canary.6"}
}

nimbus: {
Expand All @@ -133,7 +133,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
}
feature: #features.#nimbus
_template: {version: "0.5.20-canary.5"}
_template: {version: "0.5.20-canary.6"}
}

proxyd: {
Expand Down

0 comments on commit ffb0f56

Please sign in to comment.