Skip to content

Commit c89ed34

Browse files
ci(deps): update arbitrum-one dependencies
| datasource | package | from | to | | ---------- | -------------- | -------------- | -------------- | | helm | arbitrum-nitro | 0.2.5-canary.3 | 0.2.5-canary.4 |
1 parent 7fe1413 commit c89ed34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arbitrum-one/helmfile.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ templates:
158158
version: {{ .Values | get "arbitrum-nitro" | get "chartVersion" }}
159159
{{- end }}
160160
{{- if (not (or ( .Values | get "arbitrum-nitro" dict | get "chartVersion" false ) ( .Values | get "arbitrum-nitro" dict | get "chartUrl" false ) )) }}
161-
version: "0.2.5-canary.3"
161+
version: "0.2.5-canary.4"
162162
{{- end }}
163163

164164
arbitrum-classic:

src/schemas/arbitrum-one.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ package LaunchpadNamespaces
9696
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
9797
}
9898
feature: #features.#arbitrum_nitro
99-
_template: {version: "0.2.5-canary.3"}
99+
_template: {version: "0.2.5-canary.4"}
100100
_scale: true
101101
}
102102

0 commit comments

Comments
 (0)