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 c6501a4 commit 1e60fa9Copy full SHA for 1e60fa9
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.12-canary.1"
+ version: "0.6.12-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.12-canary.1"}
+ _template: {version: "0.6.12-canary.2"}
149
150
151
0 commit comments