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.10-canary.1 | 0.10.10-canary.2 |
| helm       | nimbus  | 0.5.20-canary.1  | 0.5.20-canary.2  |
  • Loading branch information
graphops-renovate[bot] authored Nov 20, 2024
1 parent 6c3d851 commit 55e6a2c
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.1"
version: "0.10.10-canary.2"
{{- 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.1"
version: "0.5.20-canary.2"
{{- 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.1"}
_template: {version: "0.10.10-canary.2"}
}

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

proxyd: {
Expand Down

0 comments on commit 55e6a2c

Please sign in to comment.