We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551e505 commit 6391ce4Copy full SHA for 6391ce4
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.6.4-canary.1"
+ version: "0.6.4-canary.2"
189
190
191
lighthouse:
src/schemas/ethereum.cue
@@ -140,7 +140,7 @@ package LaunchpadNamespaces
140
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
141
}
142
feature: #features.#nimbus
143
- _template: {version: "0.6.4-canary.1"}
+ _template: {version: "0.6.4-canary.2"}
144
145
146
lighthouse: {
0 commit comments