roboll / helmfile

Deploy Kubernetes Helm Charts
MIT License
4.03k stars 567 forks source link

Get "first-time" installation value #2144

Open mglants opened 2 years ago

mglants commented 2 years ago

Hi there im trying to make IF condition is release installing in first time or upgrading. I want to pass different args to one-shot container depending on that if. Trying to somehow get Release.Revision or Release.IsUpgrade or Release.IsInstall so i can manipulate with values. Thx

yxxhero commented 1 year ago

see: https://github.com/roboll/helmfile/issues/2148