Skip to content

Commit 77bf94d

Browse files
ci(deps): update arbitrum dependencies (#1388)
| datasource | package | from | to | | ---------- | -------------- | -------------- | -------------- | | helm | arbitrum-nitro | 0.6.3-canary.2 | 0.6.3-canary.3 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent a354aa0 commit 77bf94d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arbitrum/helmfile.yaml

+1-1
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.6.3-canary.2"
173+
version: "0.6.3-canary.3"
174174
{{- end }}
175175

176176
arbitrum-classic:

src/schemas/arbitrum.cue

+1-1
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.6.3-canary.2"}
110+
_template: {version: "0.6.3-canary.3"}
111111
}
112112

113113
"arbitrum-classic": {

0 commit comments

Comments
 (0)