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 "erigon" | get "chartVersion" }}
171171 {{- end }}
172172 {{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }}
173- version : " 0.12.3-canary.1 "
173+ version : " 0.12.3"
174174 {{- end }}
175175
176176 nimbus :
@@ -185,7 +185,7 @@ templates:
185185 version : {{ .Values | get "nimbus" | get "chartVersion" }}
186186 {{- end }}
187187 {{- if (not (or ( .Values | get "nimbus" dict | get "chartVersion" false ) ( .Values | get "nimbus" dict | get "chartUrl" false ) )) }}
188- version : " 0.6.10-canary.2 "
188+ version : " 0.6.10"
189189 {{- end }}
190190
191191 lighthouse :
@@ -200,7 +200,7 @@ templates:
200200 version : {{ .Values | get "lighthouse" | get "chartVersion" }}
201201 {{- end }}
202202 {{- if (not (or ( .Values | get "lighthouse" dict | get "chartVersion" false ) ( .Values | get "lighthouse" dict | get "chartUrl" false ) )) }}
203- version : " 0.8.0-canary.3 "
203+ version : " 0.8.0"
204204 {{- end }}
205205
206206 proxyd :
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ package LaunchpadNamespaces
128128 " app.launchpad.graphops.xyz/component " : " {{ $canonicalRelease }} "
129129 " app.launchpad.graphops.xyz/scalingIndex " : " {{ $deploymentIndex }} "
130130 }
131- _template : {version : " 0.12.3-canary.1 " }
131+ _template : {version : " 0.12.3 " }
132132 }
133133
134134 nimbus : {
@@ -140,7 +140,7 @@ package LaunchpadNamespaces
140140 " app.launchpad.graphops.xyz/scalingIndex " : " {{ $deploymentIndex }} "
141141 }
142142 feature : #features .#nimbus
143- _template : {version : " 0.6.10-canary.2 " }
143+ _template : {version : " 0.6.10 " }
144144 }
145145
146146 lighthouse : {
@@ -152,7 +152,7 @@ package LaunchpadNamespaces
152152 " app.launchpad.graphops.xyz/component " : " {{ $canonicalRelease }} "
153153 " app.launchpad.graphops.xyz/scalingIndex " : " {{ $deploymentIndex }} "
154154 }
155- _template : {version : " 0.8.0-canary.3 " }
155+ _template : {version : " 0.8.0 " }
156156 }
157157
158158 proxyd : {
You can’t perform that action at this time.
0 commit comments