Skip to content

Commit

Permalink
ci(deps): update polygon dependencies (#174)
Browse files Browse the repository at this point in the history
| datasource | package  | from            | to              |
| ---------- | -------- | --------------- | --------------- |
| helm       | erigon   | 0.8.5-canary.11 | 0.8.5-canary.12 |
| helm       | heimdall | 1.1.4-canary.1  | 1.1.4-canary.2  |

Co-authored-by: Renovate Bot <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Nov 6, 2023
1 parent 9f1a04b commit 228e99d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions polygon/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,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.8.5-canary.11"
version: "0.8.5-canary.12"
{{- end }}
heimdall:
{{- if ( .Values | get "heimdall" dict | get "chartUrl" false ) }}
Expand All @@ -147,7 +147,7 @@ templates:
version: {{ .Values | get "heimdall" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "heimdall" dict | get "chartVersion" false ) ( .Values | get "heimdall" dict | get "chartUrl" false ) )) }}
version: "1.1.4-canary.1"
version: "1.1.4-canary.2"
{{- end }}
proxyd:
{{- if ( .Values | get "proxyd" dict | get "chartUrl" false ) }}
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/polygon.cue
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ package LaunchpadNamespaces
releases: {
erigon: {
chart: {_repositories.graphops.charts.erigon}
_template: {version: "0.8.5-canary.11"}
_template: {version: "0.8.5-canary.12"}
}

heimdall: {
chart: {_repositories.graphops.charts.heimdall}
_template: {version: "1.1.4-canary.1"}
_template: {version: "1.1.4-canary.2"}
}

proxyd: {
Expand Down

0 comments on commit 228e99d

Please sign in to comment.