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 26891a5 commit a848bd1Copy full SHA for a848bd1
gnosis/helmfile.yaml
@@ -170,7 +170,7 @@ templates:
170
version: {{ .Values | get "erigon" | get "chartVersion" }}
171
{{- end }}
172
{{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }}
173
- version: "0.12.0"
+ version: "0.12.1-canary.2"
174
175
176
proxyd:
src/schemas/gnosis.cue
@@ -97,7 +97,7 @@ package LaunchpadNamespaces
97
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
98
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
99
}
100
- _template: {version: "0.12.0"}
+ _template: {version: "0.12.1-canary.2"}
101
102
103
proxyd: {
0 commit comments