File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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.7-canary.1 "
188
+ version : " 0.6.7"
189
189
{{- end }}
190
190
191
191
lighthouse :
@@ -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.14-canary.1 "
218
+ version : " 0.6.14"
219
219
{{- end }}
220
220
221
221
releases :
Original file line number Diff line number Diff line change @@ -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.7-canary.1 " }
143
+ _template : {version : " 0.6.7 " }
144
144
}
145
145
146
146
lighthouse : {
@@ -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.14-canary.1 " }
166
+ _template : {version : " 0.6.14 " }
167
167
}
168
168
}
169
169
You can’t perform that action at this time.
0 commit comments