Skip to content

Commit

Permalink
ci(deps): update polygon dependencies (#1246)
Browse files Browse the repository at this point in the history
| datasource | package | from    | to               |
| ---------- | ------- | ------- | ---------------- |
| helm       | erigon  | 0.10.11 | 0.10.12-canary.1 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Feb 12, 2025
1 parent 6a23b03 commit 7f8dd3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion polygon/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.11"
version: "0.10.12-canary.1"
{{- end }}

heimdall:
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/polygon.cue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
}
feature: #features.#erigon
_template: {version: "0.10.11"}
_template: {version: "0.10.12-canary.1"}
}

heimdall: {
Expand Down

0 comments on commit 7f8dd3a

Please sign in to comment.