File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ templates:
170
170
version : {{ .Values | get "arbitrum-nitro" | get "chartVersion" }}
171
171
{{- end }}
172
172
{{- 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"
174
174
{{- end }}
175
175
176
176
arbitrum-classic :
@@ -200,7 +200,7 @@ templates:
200
200
version : {{ .Values | get "proxyd-nitro" | get "chartVersion" }}
201
201
{{- end }}
202
202
{{- 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 "
204
204
{{- end }}
205
205
206
206
proxyd-classic :
@@ -215,7 +215,7 @@ templates:
215
215
version : {{ .Values | get "proxyd-classic" | get "chartVersion" }}
216
216
{{- end }}
217
217
{{- 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 "
219
219
{{- end }}
220
220
221
221
releases :
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ package LaunchpadNamespaces
107
107
" app.launchpad.graphops.xyz/scalingIndex " : " {{ $deploymentIndex }} "
108
108
}
109
109
feature : #features .#arbitrum_nitro
110
- _template : {version : " 0.6.7-canary.2 " }
110
+ _template : {version : " 0.6.7 " }
111
111
}
112
112
113
113
" arbitrum-classic " : {
@@ -130,7 +130,7 @@ package LaunchpadNamespaces
130
130
" app.launchpad.graphops.xyz/release " : " {{ $release }} "
131
131
}
132
132
feature : #features .#proxyd_nitro
133
- _template : {version : " 0.6.12 " }
133
+ _template : {version : " 0.6.13-canary.1 " }
134
134
}
135
135
136
136
" proxyd-classic " : {
@@ -141,7 +141,7 @@ package LaunchpadNamespaces
141
141
" app.launchpad.graphops.xyz/release " : " {{ $release }} "
142
142
}
143
143
feature : #features .#proxyd_classic
144
- _template : {version : " 0.6.12 " }
144
+ _template : {version : " 0.6.13-canary.1 " }
145
145
}
146
146
}
147
147
You can’t perform that action at this time.
0 commit comments