Skip to content

Commit 04fdaa3

Browse files
ci(deps): update polygon dependencies (#1222)
| datasource | package | from | to | | ---------- | -------- | -------------- | -------------- | | helm | heimdall | 1.2.5-canary.2 | 1.2.5-canary.3 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 27a9734 commit 04fdaa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polygon/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.5-canary.2"
188+
version: "1.2.5-canary.3"
189189
{{- end }}
190190

191191
heimdall-ha-svc:

src/schemas/polygon.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ package LaunchpadNamespaces
123123
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
124124
}
125125
feature: #features.#heimdall
126-
_template: {version: "1.2.5-canary.2"}
126+
_template: {version: "1.2.5-canary.3"}
127127
}
128128

129129
"heimdall-ha-svc": {

0 commit comments

Comments
 (0)