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.10.12 "
173+ version : " 0.10.13-canary.1 "
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.2-canary.1 "
188+ version : " 0.6.2-canary.2 "
189189 {{- end }}
190190
191191 lighthouse :
@@ -215,7 +215,7 @@ templates:
215215 version : {{ .Values | get "proxyd" | get "chartVersion" }}
216216 {{- end }}
217217 {{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
218- version : " 0.6.5 "
218+ version : " 0.6.6-canary.1 "
219219 {{- end }}
220220
221221releases :
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ package LaunchpadNamespaces
120120 " app.launchpad.graphops.xyz/component " : " {{ $canonicalRelease }} "
121121 " app.launchpad.graphops.xyz/scalingIndex " : " {{ $deploymentIndex }} "
122122 }
123- _template : {version : " 0.10.12 " }
123+ _template : {version : " 0.10.13-canary.1 " }
124124 }
125125
126126 nimbus : {
@@ -132,7 +132,7 @@ package LaunchpadNamespaces
132132 " app.launchpad.graphops.xyz/scalingIndex " : " {{ $deploymentIndex }} "
133133 }
134134 feature : #features .#nimbus
135- _template : {version : " 0.6.2-canary.1 " }
135+ _template : {version : " 0.6.2-canary.2 " }
136136 }
137137
138138 lighthouse : {
@@ -155,7 +155,7 @@ package LaunchpadNamespaces
155155 " app.launchpad.graphops.xyz/component " : " {{ $canonicalRelease }} "
156156 }
157157 feature : #features .#proxyd
158- _template : {version : " 0.6.5 " }
158+ _template : {version : " 0.6.6-canary.1 " }
159159 }
160160 }
161161
You can’t perform that action at this time.
0 commit comments