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 @@ -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.6-canary.2 "
173
+ version : " 0.11.6"
174
174
{{- end }}
175
175
176
176
lighthouse :
@@ -200,7 +200,7 @@ templates:
200
200
version : {{ .Values | get "proxyd" | get "chartVersion" }}
201
201
{{- end }}
202
202
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
203
- version : " 0.6.12 "
203
+ version : " 0.6.13-canary.1 "
204
204
{{- end }}
205
205
206
206
releases :
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ package LaunchpadNamespaces
104
104
" app.launchpad.graphops.xyz/component " : " {{ $canonicalRelease }} "
105
105
" app.launchpad.graphops.xyz/scalingIndex " : " {{ $deploymentIndex }} "
106
106
}
107
- _template : {version : " 0.11.6-canary.2 " }
107
+ _template : {version : " 0.11.6 " }
108
108
}
109
109
110
110
lighthouse : {
@@ -127,7 +127,7 @@ package LaunchpadNamespaces
127
127
" app.launchpad.graphops.xyz/release " : " {{ $release }} "
128
128
" app.launchpad.graphops.xyz/component " : " {{ $canonicalRelease }} "
129
129
}
130
- _template : {version : " 0.6.12 " }
130
+ _template : {version : " 0.6.13-canary.1 " }
131
131
}
132
132
}
133
133
You can’t perform that action at this time.
0 commit comments