Skip to content

Commit 5133479

Browse files
ci(deps): update polygon dependencies (#1599)
| datasource | package | from | to | | ---------- | ------- | --------------- | ------ | | helm | erigon | 0.11.7-canary.2 | 0.11.7 | | helm | proxyd | 0.6.13-canary.2 | 0.6.13 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 2611fe6 commit 5133479

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

polygon/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ templates:
170170
version: {{ .Values | get "erigon" | get "chartVersion" }}
171171
{{- end }}
172172
{{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }}
173-
version: "0.11.7-canary.2"
173+
version: "0.11.7"
174174
{{- end }}
175175

176176
heimdall:
@@ -215,7 +215,7 @@ templates:
215215
version: {{ .Values | get "proxyd" | get "chartVersion" }}
216216
{{- end }}
217217
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
218-
version: "0.6.13-canary.2"
218+
version: "0.6.13"
219219
{{- end }}
220220

221221
releases:

src/schemas/polygon.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ package LaunchpadNamespaces
111111
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
112112
}
113113
feature: #features.#erigon
114-
_template: {version: "0.11.7-canary.2"}
114+
_template: {version: "0.11.7"}
115115
}
116116

117117
heimdall: {
@@ -145,7 +145,7 @@ package LaunchpadNamespaces
145145
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
146146
}
147147
feature: #features.#proxyd
148-
_template: {version: "0.6.13-canary.2"}
148+
_template: {version: "0.6.13"}
149149
}
150150
}
151151

0 commit comments

Comments
 (0)