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 ecda467 commit df7caa8Copy full SHA for df7caa8
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.7-canary.3"
+ version: "0.6.7"
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.7-canary.3"}
+ _template: {version: "0.6.7"}
131
132
133
0 commit comments