Variable from source configuration "helm_history_max" is now really working. This variable in script was parsed before but not used.
Appended $history_max variable to $upgrade_args (Note: if use --helm_history_max N instead --helm_history_max=N there is shell be error like Error: unknown flag: --history-max N).
Changed arguments order in helm upgrade command to correspond docs (helm upgrade [RELEASE] [CHART] [flags])
Variable from source configuration "helm_history_max" is now really working. This variable in script was parsed before but not used.
--helm_history_max N
instead--helm_history_max=N
there is shell be error likeError: unknown flag: --history-max N
).helm upgrade [RELEASE] [CHART] [flags]
)