Skip to content

Commit b3c5f6a

Browse files
ci(deps): update arbitrum dependencies (#1742)
| datasource | package | from | to | | ---------- | ---------------- | ----- | -------------- | | helm | arbitrum-classic | 0.2.1 | 0.2.2-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent b775711 commit b3c5f6a

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
@@ -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.1"
188+
version: "0.2.2-canary.1"
189189
{{- end }}
190190

191191
proxyd-nitro:

src/schemas/arbitrum.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ package LaunchpadNamespaces
119119
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
120120
}
121121
feature: #features.#arbitrum_classic
122-
_template: {version: "0.2.1"}
122+
_template: {version: "0.2.2-canary.1"}
123123
}
124124

125125
"proxyd-nitro": {

0 commit comments

Comments
 (0)