Fix application upgrade failure with Helm 14/13314/1 j-release
authorZhang Rong(Jon) <rong.zhang@windriver.com>
Wed, 13 Nov 2024 08:13:00 +0000 (16:13 +0800)
committerJon Zhang <rong.zhang@windriver.com>
Thu, 14 Nov 2024 05:00:00 +0000 (05:00 +0000)
commit012ba0127481023de4cdcb4e9b77ee5e10f8e5ad
tree6f6f6b7841f2d4c7298f6884853ff4f2036560dd
parentf8870375752c4cbedd697bcb1ce643b561ee0f2b
Fix application upgrade failure with Helm

The deployment strategy defaults to a rolling update,
which can cause errors during the upgrade process.

This commit modifies the strategy to "Recreate," which
stops the existing pod first before initializing the new one.

TEST PLAN:
- Upgrade the application and it completes without issues

Change-Id: I52d86bdda5b8136401448d6e4b85743f28fda79c
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
(cherry picked from commit 3bc4bc52a8821490be105719be2ad5bb25039133)
charts/templates/deployment.yaml