Zhang Rong(Jon) affec587e0 Change deployment strategy to Recreate
The default deployment strategy is RollingUpdate, which causes the
application update to fail. Since the Pods share the same Persistent
Volume for their database, the original Pod must be shut down before
creating a new one.

This commit resolves the application issue by switching the deployment
strategy to Recreate. This ensures the old Pod is shut down before a new
Pod is created during the upgrade process.

Test Plan:
PASS: Validate basic application lifecycle operations:
      upload/apply/remove/delete
PASS: Upgrade the application on Duplex nodes, confirming a successful
      upgrade to the new version without issues.

Closes-Bug: 2088424
Change-Id: Ide821620ffedfd0a8e58ad2883e3348fddb6994f
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
2024-11-18 07:34:50 +00:00

30 lines
806 B
Plaintext

stx-oran-o2-helm (1.2-2) unstable; urgency=medium
* Deployment strategy type update
-- Jon Zhang <rong.zhang@windriver.com> Mon, 18 Nov 2024 09:40:00 +0000
stx-oran-o2-helm (1.2-1) unstable; urgency=medium
* Auto chart increment update
-- Joshua Kraitberg <joshua.kraitberg@windriver.com> Fri, 12 Jul 2024 13:40:00 +0000
stx-oran-o2-helm (1.2-0) unstable; urgency=medium
* Upstream release J
-- Jon Zhang <rong.zhang@windriver.com> Mon, 10 Jun 2024 13:40:00 +0000
stx-oran-o2-helm (1.1-0) unstable; urgency=medium
* Upstream release I
-- Joshua Kraitberg <joshua.kraitberg@windriver.com> Mon, 4 March 2024 16:30:00 +0000
stx-oran-o2-helm (1.0-1) unstable; urgency=medium
* Initial release.
-- Jackie Huang <jackie.huang@windriver.com> Mon, 31 Oct 2022 11:06:42 +0000