Skip to content

Commit b5df874

Browse files
ci(deps): update polygon dependencies (#1568)
| datasource | package | from | to | | ---------- | -------- | --------------- | --------------- | | helm | erigon | 0.11.6-canary.1 | 0.11.6-canary.2 | | helm | heimdall | 1.2.9-canary.2 | 1.2.9-canary.4 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 84e1a07 commit b5df874

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.6-canary.1"
173+
version: "0.11.6-canary.2"
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: "1.2.9-canary.2"
188+
version: "1.2.9-canary.4"
189189
{{- end }}
190190

191191
heimdall-ha-svc:

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.6-canary.1"}
114+
_template: {version: "0.11.6-canary.2"}
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: "1.2.9-canary.2"}
126+
_template: {version: "1.2.9-canary.4"}
127127
}
128128

129129
"heimdall-ha-svc": {

0 commit comments

Comments
 (0)