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 83c7d74 commit c8aaa66Copy full SHA for c8aaa66
gnosis/helmfile.yaml
@@ -200,7 +200,7 @@ templates:
200
version: {{ .Values | get "proxyd" | get "chartVersion" }}
201
{{- end }}
202
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
203
- version: "0.6.11"
+ version: "0.6.12-canary.1"
204
205
206
releases:
src/schemas/gnosis.cue
@@ -127,7 +127,7 @@ package LaunchpadNamespaces
127
"app.launchpad.graphops.xyz/release": "{{ $release }}"
128
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
129
}
130
- _template: {version: "0.6.11"}
+ _template: {version: "0.6.12-canary.1"}
131
132
133
0 commit comments