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 b237234 commit 4b20903Copy full SHA for 4b20903
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.2"
+ version: "0.5.14-canary.4"
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.2"}
+ _template: {version: "0.5.14-canary.4"}
137
138
139
proxyd: {
0 commit comments