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 c56ae75 commit aba1e61Copy full SHA for aba1e61
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.9-canary.1"
+ version: "0.6.9-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.9-canary.1"}
+ _template: {version: "0.6.9-canary.2"}
144
145
146
lighthouse: {
0 commit comments