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:
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.2-canary.3 "
173+ version : " 0.7.2"
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.7.3-canary.2 "
203+ version : " 0.7.3"
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.3-canary.2 "
218+ version : " 0.7.3"
219219 {{- end }}
220220
221221releases :
Original file line number Diff line number Diff 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.2-canary.3 " }
110+ _template : {version : " 0.7.2 " }
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.7.3-canary.2 " }
133+ _template : {version : " 0.7.3 " }
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.3-canary.2 " }
144+ _template : {version : " 0.7.3 " }
145145 }
146146 }
147147
You can’t perform that action at this time.
0 commit comments