File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ templates:
170
170
version : {{ .Values | get "erigon" | get "chartVersion" }}
171
171
{{- end }}
172
172
{{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }}
173
- version : " 0.11.7-canary.3 "
173
+ version : " 0.11.7"
174
174
{{- end }}
175
175
176
176
nimbus :
@@ -185,7 +185,7 @@ templates:
185
185
version : {{ .Values | get "nimbus" | get "chartVersion" }}
186
186
{{- end }}
187
187
{{- if (not (or ( .Values | get "nimbus" dict | get "chartVersion" false ) ( .Values | get "nimbus" dict | get "chartUrl" false ) )) }}
188
- version : " 0.6.6-canary.2 "
188
+ version : " 0.6.6"
189
189
{{- end }}
190
190
191
191
lighthouse :
@@ -200,7 +200,7 @@ templates:
200
200
version : {{ .Values | get "lighthouse" | get "chartVersion" }}
201
201
{{- end }}
202
202
{{- if (not (or ( .Values | get "lighthouse" dict | get "chartVersion" false ) ( .Values | get "lighthouse" dict | get "chartUrl" false ) )) }}
203
- version : " 0.7.2-canary.2 "
203
+ version : " 0.7.2"
204
204
{{- end }}
205
205
206
206
proxyd :
@@ -215,7 +215,7 @@ templates:
215
215
version : {{ .Values | get "proxyd" | get "chartVersion" }}
216
216
{{- end }}
217
217
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
218
- version : " 0.6.13-canary.3 "
218
+ version : " 0.6.13"
219
219
{{- end }}
220
220
221
221
releases :
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ package LaunchpadNamespaces
128
128
" app.launchpad.graphops.xyz/component " : " {{ $canonicalRelease }} "
129
129
" app.launchpad.graphops.xyz/scalingIndex " : " {{ $deploymentIndex }} "
130
130
}
131
- _template : {version : " 0.11.7-canary.3 " }
131
+ _template : {version : " 0.11.7 " }
132
132
}
133
133
134
134
nimbus : {
@@ -140,7 +140,7 @@ package LaunchpadNamespaces
140
140
" app.launchpad.graphops.xyz/scalingIndex " : " {{ $deploymentIndex }} "
141
141
}
142
142
feature : #features .#nimbus
143
- _template : {version : " 0.6.6-canary.2 " }
143
+ _template : {version : " 0.6.6 " }
144
144
}
145
145
146
146
lighthouse : {
@@ -152,7 +152,7 @@ package LaunchpadNamespaces
152
152
" app.launchpad.graphops.xyz/component " : " {{ $canonicalRelease }} "
153
153
" app.launchpad.graphops.xyz/scalingIndex " : " {{ $deploymentIndex }} "
154
154
}
155
- _template : {version : " 0.7.2-canary.2 " }
155
+ _template : {version : " 0.7.2 " }
156
156
}
157
157
158
158
proxyd : {
@@ -163,7 +163,7 @@ package LaunchpadNamespaces
163
163
" app.launchpad.graphops.xyz/component " : " {{ $canonicalRelease }} "
164
164
}
165
165
feature : #features .#proxyd
166
- _template : {version : " 0.6.13-canary.3 " }
166
+ _template : {version : " 0.6.13 " }
167
167
}
168
168
}
169
169
You can’t perform that action at this time.
0 commit comments