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:
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.2-canary.3 "
173+ version : " 0.12.2"
174174 {{- end }}
175175
176176 proxyd :
@@ -185,7 +185,7 @@ templates:
185185 version : {{ .Values | get "proxyd" | get "chartVersion" }}
186186 {{- end }}
187187 {{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
188- version : " 0.7.3-canary.2 "
188+ version : " 0.7.3"
189189 {{- end }}
190190
191191releases :
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ package LaunchpadNamespaces
9797 " app.launchpad.graphops.xyz/component " : " {{ $canonicalRelease }} "
9898 " app.launchpad.graphops.xyz/scalingIndex " : " {{ $deploymentIndex }} "
9999 }
100- _template : {version : " 0.12.2-canary.3 " }
100+ _template : {version : " 0.12.2 " }
101101 }
102102
103103 proxyd : {
@@ -108,7 +108,7 @@ package LaunchpadNamespaces
108108 " app.launchpad.graphops.xyz/release " : " {{ $release }} "
109109 " app.launchpad.graphops.xyz/component " : " {{ $canonicalRelease }} "
110110 }
111- _template : {version : " 0.7.3-canary.2 " }
111+ _template : {version : " 0.7.3 " }
112112 }
113113 }
114114
You can’t perform that action at this time.
0 commit comments