Skip to content

Commit ddf0228

Browse files
ci(deps): update arbitrum dependencies
| datasource | package | from | to | | ---------- | -------------- | -------------- | ----- | | helm | arbitrum-nitro | 0.5.4-canary.3 | 0.6.0 |
1 parent 00fced5 commit ddf0228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arbitrum/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ templates:
170170
version: {{ .Values | get "arbitrum-nitro" | get "chartVersion" }}
171171
{{- end }}
172172
{{- if (not (or ( .Values | get "arbitrum-nitro" dict | get "chartVersion" false ) ( .Values | get "arbitrum-nitro" dict | get "chartUrl" false ) )) }}
173-
version: "0.5.4-canary.3"
173+
version: "0.6.0"
174174
{{- end }}
175175

176176
arbitrum-classic:

src/schemas/arbitrum.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ package LaunchpadNamespaces
107107
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
108108
}
109109
feature: #features.#arbitrum_nitro
110-
_template: {version: "0.5.4-canary.3"}
110+
_template: {version: "0.6.0"}
111111
}
112112

113113
"arbitrum-classic": {

0 commit comments

Comments
 (0)