Skip to content

Commit 30794fb

Browse files
ci(deps): update arbitrum dependencies
| datasource | package | from | to | | ---------- | ---------------- | -------------- | -------------- | | helm | arbitrum-classic | 0.2.2-canary.3 | 0.2.2-canary.4 | | helm | arbitrum-nitro | 0.7.1-canary.2 | 0.7.1-canary.3 | | helm | proxyd | 0.7.2-canary.2 | 0.7.2 |
1 parent aba1e61 commit 30794fb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

arbitrum/helmfile.yaml

Lines changed: 4 additions & 4 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.1-canary.2"
173+
version: "0.7.1-canary.3"
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.3"
188+
version: "0.2.2-canary.4"
189189
{{- end }}
190190

191191
proxyd-nitro:
@@ -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.7.2-canary.2"
203+
version: "0.7.2"
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.7.2-canary.2"
218+
version: "0.7.2"
219219
{{- end }}
220220

221221
releases:

src/schemas/arbitrum.cue

Lines changed: 4 additions & 4 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.1-canary.2"}
110+
_template: {version: "0.7.1-canary.3"}
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.3"}
122+
_template: {version: "0.2.2-canary.4"}
123123
}
124124

125125
"proxyd-nitro": {
@@ -130,7 +130,7 @@ package LaunchpadNamespaces
130130
"app.launchpad.graphops.xyz/release": "{{ $release }}"
131131
}
132132
feature: #features.#proxyd_nitro
133-
_template: {version: "0.7.2-canary.2"}
133+
_template: {version: "0.7.2"}
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.7.2-canary.2"}
144+
_template: {version: "0.7.2"}
145145
}
146146
}
147147

0 commit comments

Comments
 (0)