Johan Eriksson
Johan Eriksson
Since I get no feedback. I took a further looks and it seems the upgrade job is hooked up to the helm post-install phase. This got me suspicious, maybe the...
Perhaps fix here: charts/pega/charts/installer/templates/_pega-installer-job.tpl#L11
Possibly caused by this commit: https://github.com/pegasystems/pega-helm-charts/commit/e4441b7a347f23c4942b2ed36807642a7a2793e3
Also: Default value here: charts/pega/charts/installer/values.yaml#L34 will become a string of legth 5 that evaluated to true if I am not mistaken... If that is the case then it is a...
There is a workaround for those who have to work with the chart until the bug is fixed. In one of your values files or as a --set option to...
@MadhuriArugula Great - that was fast! I took a look at master and noted that https://github.com/pegasystems/pega-helm-charts/blob/master/charts/pega/charts/installer/templates/_pega-installer-job.tpl#L11 might need to be changed to: `"helm.sh/hook": post-install,post-upgrade`