Skip to content

Commit

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

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 44d4ecd commit bf3d073
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.6"
version: "0.10.10"
{{- 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.6"
version: "0.5.20"
{{- 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.6"}
_template: {version: "0.10.10"}
}

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

proxyd: {
Expand Down

0 comments on commit bf3d073

Please sign in to comment.