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 f3f14ba commit 516ee63Copy full SHA for 516ee63
gnosis/helmfile.yaml
@@ -185,7 +185,7 @@ templates:
185
version: {{ .Values | get "proxyd" | get "chartVersion" }}
186
{{- end }}
187
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
188
- version: "0.7.2-canary.1"
+ version: "0.7.2-canary.2"
189
190
191
releases:
src/schemas/gnosis.cue
@@ -108,7 +108,7 @@ package LaunchpadNamespaces
108
"app.launchpad.graphops.xyz/release": "{{ $release }}"
109
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
110
}
111
- _template: {version: "0.7.2-canary.1"}
+ _template: {version: "0.7.2-canary.2"}
112
113
114
0 commit comments