Skip to content

Commit e1b5ca3

Browse files
ci(deps): update polygon dependencies
| datasource | package | from | to | | ---------- | -------- | ----- | -------------- | | helm | heimdall | 1.2.1 | 1.2.2-canary.1 |
1 parent a14764f commit e1b5ca3

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.1"
188+
version: "1.2.2-canary.1"
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.1"}
126+
_template: {version: "1.2.2-canary.1"}
127127
}
128128

129129
"heimdall-ha-svc": {

0 commit comments

Comments
 (0)