Skip to content

Commit c18d1d1

Browse files
ci(deps): update polygon dependencies
| datasource | package | from | to | | ---------- | -------- | -------------- | ----- | | helm | heimdall | 1.2.1-canary.1 | 1.2.1 | | helm | proxyd | 0.5.4-canary.1 | 0.5.4 |
1 parent 82b8667 commit c18d1d1

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
@@ -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-canary.1"
188+
version: "1.2.1"
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.5.4-canary.1"
218+
version: "0.5.4"
219219
{{- end }}
220220

221221
releases:

src/schemas/polygon.cue

Lines changed: 2 additions & 2 deletions
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-canary.1"}
126+
_template: {version: "1.2.1"}
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.5.4-canary.1"}
148+
_template: {version: "0.5.4"}
149149
}
150150
}
151151

0 commit comments

Comments
 (0)