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
fix: Chart should cast redisCluster.maxMemoryPercentOfLimit to int (#1585)
Some versions of helm will interpret inline numbers as float64. This
can cause a type error when the float64-typed value for
redisCluster.maxMemoryPercentOfLimit is compared against this inline
integer 0 value.
The recommended fix is just to cast the input to an int when doing
the comparison.
0 commit comments