Skip to content

Commit 3c4f16d

Browse files
ci(deps): update polygon dependencies (#1579)
| datasource | package | from | to | | ---------- | ------- | --------------- | --------------- | | helm | proxyd | 0.6.13-canary.1 | 0.6.13-canary.2 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent a22d326 commit 3c4f16d

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
@@ -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.6.13-canary.1"
218+
version: "0.6.13-canary.2"
219219
{{- end }}
220220

221221
releases:

src/schemas/polygon.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ package LaunchpadNamespaces
145145
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
146146
}
147147
feature: #features.#proxyd
148-
_template: {version: "0.6.13-canary.1"}
148+
_template: {version: "0.6.13-canary.2"}
149149
}
150150
}
151151

0 commit comments

Comments
 (0)