Skip to content

Commit

Permalink
ci(deps): update polygon dependencies
Browse files Browse the repository at this point in the history
| datasource | package  | from           | to             |
| ---------- | -------- | -------------- | -------------- |
| helm       | erigon   | 0.6.1-canary.1 | 0.8.5-canary.9 |
| helm       | heimdall | 1.1.1          | 1.1.4-canary.1 |
| helm       | proxyd   | 0.2.1          | 0.3.4-canary.8 |
  • Loading branch information
graphops-renovate[bot] committed Oct 26, 2023
1 parent 014b1d8 commit 0a58fdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.6.1-canary.1"
version: "0.8.5-canary.9"
{{- 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.1"
version: "1.1.4-canary.1"
{{- end }}
proxyd:
{{- if ( .Values | get "proxyd" dict | get "chartUrl" false ) }}
Expand All @@ -161,7 +161,7 @@ templates:
version: {{ .Values | get "proxyd" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
version: "0.2.1"
version: "0.3.4-canary.8"
{{- end }}
releases:
{{- $canonicalRelease := "erigon" }}
Expand Down
6 changes: 3 additions & 3 deletions src/schemas/polygon.cue
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ package LaunchpadNamespaces
releases: {
erigon: {
chart: {_repositories.graphops.charts.erigon}
_template: {version: "0.6.1-canary.1"}
_template: {version: "0.8.5-canary.9"}
}

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

proxyd: {
chart: {_repositories.graphops.charts.proxyd}
_template: {version: "0.2.1"}
_template: {version: "0.3.4-canary.8"}
}
}

Expand Down

0 comments on commit 0a58fdf

Please sign in to comment.