We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a354aa0 commit 77bf94dCopy full SHA for 77bf94d
arbitrum/helmfile.yaml
@@ -170,7 +170,7 @@ templates:
170
version: {{ .Values | get "arbitrum-nitro" | get "chartVersion" }}
171
{{- end }}
172
{{- if (not (or ( .Values | get "arbitrum-nitro" dict | get "chartVersion" false ) ( .Values | get "arbitrum-nitro" dict | get "chartUrl" false ) )) }}
173
- version: "0.6.3-canary.2"
+ version: "0.6.3-canary.3"
174
175
176
arbitrum-classic:
src/schemas/arbitrum.cue
@@ -107,7 +107,7 @@ package LaunchpadNamespaces
107
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
108
}
109
feature: #features.#arbitrum_nitro
110
- _template: {version: "0.6.3-canary.2"}
+ _template: {version: "0.6.3-canary.3"}
111
112
113
"arbitrum-classic": {
0 commit comments