Skip to content

Commit

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

Co-authored-by: Renovate Bot <135047802+graphops-renovate[bot]@users.noreply.github.com>
Co-authored-by: cjorge-graphops <[email protected]>
  • Loading branch information
graphops-renovate[bot] and cjorge-graphops authored Nov 15, 2023
1 parent 5a3ddcc commit cab2684
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 @@ -141,7 +141,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.9.0"
version: "0.9.1-canary.1"
{{- end }}
heimdall:
{{- if ( .Values | get "heimdall" dict | get "chartUrl" false ) }}
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/polygon.cue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ package LaunchpadNamespaces
releases: {
erigon: {
chart: {_repositories.graphops.charts.erigon}
_template: {version: "0.9.0"}
_template: {version: "0.9.1-canary.1"}
}

heimdall: {
Expand Down

0 comments on commit cab2684

Please sign in to comment.