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 b8d8eec commit 7fa2502Copy full SHA for 7fa2502
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.5"
+ version: "0.6.6-canary.1"
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.5"}
+ _template: {version: "0.6.6-canary.1"}
144
145
146
lighthouse: {
0 commit comments