We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22d326 commit 3c4f16dCopy full SHA for 3c4f16d
polygon/helmfile.yaml
@@ -215,7 +215,7 @@ templates:
215
version: {{ .Values | get "proxyd" | get "chartVersion" }}
216
{{- end }}
217
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
218
- version: "0.6.13-canary.1"
+ version: "0.6.13-canary.2"
219
220
221
releases:
src/schemas/polygon.cue
@@ -145,7 +145,7 @@ package LaunchpadNamespaces
145
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
146
}
147
feature: #features.#proxyd
148
- _template: {version: "0.6.13-canary.1"}
+ _template: {version: "0.6.13-canary.2"}
149
150
151
0 commit comments