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 8755fbf commit 6c96f40Copy full SHA for 6c96f40
ethereum/helmfile.yaml
@@ -185,7 +185,7 @@ templates:
185
version: {{ .Values | get "nimbus" | get "chartVersion" }}
186
{{- end }}
187
{{- if (not (or ( .Values | get "nimbus" dict | get "chartVersion" false ) ( .Values | get "nimbus" dict | get "chartUrl" false ) )) }}
188
- version: "0.5.14-canary.4"
+ version: "0.5.14"
189
190
191
proxyd:
src/schemas/ethereum.cue
@@ -133,7 +133,7 @@ package LaunchpadNamespaces
133
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
134
}
135
feature: #features.#nimbus
136
- _template: {version: "0.5.14-canary.4"}
+ _template: {version: "0.5.14"}
137
138
139
proxyd: {
0 commit comments