You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MLE-14200 Use useLegacyHostnames to fix upgrade backward compatibility issue (#235)
* MLE-14181 Upgrade Bug with group config is set
* MLE-14200 Persist the Name Change after Upgrade
* update comments about useLegacyHostnames
---------
Co-authored-by: Peng Zhou <[email protected]>
{{- $chartVersionDigit := int $chartVersionString}}
62
+
{{- iflt$chartVersionDigit 110 -}}
63
+
{{- $errorMessage := printf "New hostnames has been introduced since version 1.1.0. You are upgrading from version %s to version %s. To make the upgrade successful, please set the following configuration in values file to keep using the legacy hostname: \n\nuseLegacyHostnames: true\n"$chartVersionWithDot .Chart.Version }}
0 commit comments