Skip to content

Commit 97d9c7c

Browse files
ci(deps): update arbitrum dependencies (#1748)
| datasource | package | from | to | | ---------- | ---------------- | -------------- | -------------- | | helm | arbitrum-classic | 0.2.2-canary.1 | 0.2.2-canary.2 | | helm | arbitrum-nitro | 0.7.0 | 0.7.1-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 2b109bd commit 97d9c7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

arbitrum/helmfile.yaml

Lines changed: 2 additions & 2 deletions
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.7.0"
173+
version: "0.7.1-canary.1"
174174
{{- end }}
175175

176176
arbitrum-classic:
@@ -185,7 +185,7 @@ templates:
185185
version: {{ .Values | get "arbitrum-classic" | get "chartVersion" }}
186186
{{- end }}
187187
{{- if (not (or ( .Values | get "arbitrum-classic" dict | get "chartVersion" false ) ( .Values | get "arbitrum-classic" dict | get "chartUrl" false ) )) }}
188-
version: "0.2.2-canary.1"
188+
version: "0.2.2-canary.2"
189189
{{- end }}
190190

191191
proxyd-nitro:

src/schemas/arbitrum.cue

Lines changed: 2 additions & 2 deletions
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.7.0"}
110+
_template: {version: "0.7.1-canary.1"}
111111
}
112112

113113
"arbitrum-classic": {
@@ -119,7 +119,7 @@ package LaunchpadNamespaces
119119
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
120120
}
121121
feature: #features.#arbitrum_classic
122-
_template: {version: "0.2.2-canary.1"}
122+
_template: {version: "0.2.2-canary.2"}
123123
}
124124

125125
"proxyd-nitro": {

0 commit comments

Comments
 (0)