Skip to content

Commit d50e89e

Browse files
ci(deps): update arbitrum dependencies (#1570)
| datasource | package | from | to | | ---------- | -------------- | -------------- | --------------- | | helm | arbitrum-nitro | 0.6.7-canary.2 | 0.6.7 | | helm | proxyd | 0.6.12 | 0.6.13-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent b5df874 commit d50e89e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

arbitrum/helmfile.yaml

Lines changed: 3 additions & 3 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.6.7-canary.2"
173+
version: "0.6.7"
174174
{{- end }}
175175

176176
arbitrum-classic:
@@ -200,7 +200,7 @@ templates:
200200
version: {{ .Values | get "proxyd-nitro" | get "chartVersion" }}
201201
{{- end }}
202202
{{- if (not (or ( .Values | get "proxyd-nitro" dict | get "chartVersion" false ) ( .Values | get "proxyd-nitro" dict | get "chartUrl" false ) )) }}
203-
version: "0.6.12"
203+
version: "0.6.13-canary.1"
204204
{{- end }}
205205

206206
proxyd-classic:
@@ -215,7 +215,7 @@ templates:
215215
version: {{ .Values | get "proxyd-classic" | get "chartVersion" }}
216216
{{- end }}
217217
{{- if (not (or ( .Values | get "proxyd-classic" dict | get "chartVersion" false ) ( .Values | get "proxyd-classic" dict | get "chartUrl" false ) )) }}
218-
version: "0.6.12"
218+
version: "0.6.13-canary.1"
219219
{{- end }}
220220

221221
releases:

src/schemas/arbitrum.cue

Lines changed: 3 additions & 3 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.6.7-canary.2"}
110+
_template: {version: "0.6.7"}
111111
}
112112

113113
"arbitrum-classic": {
@@ -130,7 +130,7 @@ package LaunchpadNamespaces
130130
"app.launchpad.graphops.xyz/release": "{{ $release }}"
131131
}
132132
feature: #features.#proxyd_nitro
133-
_template: {version: "0.6.12"}
133+
_template: {version: "0.6.13-canary.1"}
134134
}
135135

136136
"proxyd-classic": {
@@ -141,7 +141,7 @@ package LaunchpadNamespaces
141141
"app.launchpad.graphops.xyz/release": "{{ $release }}"
142142
}
143143
feature: #features.#proxyd_classic
144-
_template: {version: "0.6.12"}
144+
_template: {version: "0.6.13-canary.1"}
145145
}
146146
}
147147

0 commit comments

Comments
 (0)