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 c82641d commit d221b16Copy full SHA for d221b16
ethereum/helmfile.yaml
@@ -200,7 +200,7 @@ templates:
200
version: {{ .Values | get "lighthouse" | get "chartVersion" }}
201
{{- end }}
202
{{- if (not (or ( .Values | get "lighthouse" dict | get "chartVersion" false ) ( .Values | get "lighthouse" dict | get "chartUrl" false ) )) }}
203
- version: "0.7.0"
+ version: "0.7.1"
204
205
206
proxyd:
src/schemas/ethereum.cue
@@ -152,7 +152,7 @@ package LaunchpadNamespaces
152
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
153
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
154
}
155
- _template: {version: "0.7.0"}
+ _template: {version: "0.7.1"}
156
157
158
proxyd: {
0 commit comments