Skip to content

Commit 055229f

Browse files
ci(deps): update polygon dependencies (#1736)
| datasource | package | from | to | | ---------- | ----------- | ---------------- | ------ | | helm | erigon | 0.12.0-canary.11 | 0.12.0 | | helm | heimdall-v2 | 0.0.5-canary.8 | 0.0.6 | | helm | proxyd | 0.7.0 | 0.7.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 98665d7 commit 055229f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

polygon/helmfile.yaml

Lines changed: 3 additions & 3 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.12.0-canary.11"
173+
version: "0.12.0"
174174
{{- end }}
175175

176176
heimdall:
@@ -185,7 +185,7 @@ templates:
185185
version: {{ .Values | get "heimdall" | get "chartVersion" }}
186186
{{- end }}
187187
{{- if (not (or ( .Values | get "heimdall" dict | get "chartVersion" false ) ( .Values | get "heimdall" dict | get "chartUrl" false ) )) }}
188-
version: "0.0.5-canary.8"
188+
version: "0.0.6"
189189
{{- end }}
190190

191191
heimdall-ha-svc:
@@ -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.7.0"
218+
version: "0.7.1"
219219
{{- end }}
220220

221221
releases:

src/schemas/polygon.cue

Lines changed: 3 additions & 3 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.12.0-canary.11"}
114+
_template: {version: "0.12.0"}
115115
}
116116

117117
heimdall: {
@@ -123,7 +123,7 @@ package LaunchpadNamespaces
123123
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
124124
}
125125
feature: #features.#heimdall
126-
_template: {version: "0.0.5-canary.8"}
126+
_template: {version: "0.0.6"}
127127
}
128128

129129
"heimdall-ha-svc": {
@@ -145,7 +145,7 @@ package LaunchpadNamespaces
145145
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
146146
}
147147
feature: #features.#proxyd
148-
_template: {version: "0.7.0"}
148+
_template: {version: "0.7.1"}
149149
}
150150
}
151151

0 commit comments

Comments
 (0)