Bug 2104 fixed 16/12316/6
authorPedro Escaleira <escaleira@av.it.pt>
Thu, 7 Jul 2022 21:18:35 +0000 (22:18 +0100)
committercalvinosanc1 <guillermo.calvino@canonical.com>
Mon, 14 Nov 2022 17:19:23 +0000 (18:19 +0100)
commit0a2060ce3db8e457c732c83b87030923cbac6e11
tree74f2a2be025bef716b22198cc085dee79a5a5cdb
parent0631399f81ccd9823aa611911ecf2fd1cbcd4c0c
Bug 2104 fixed

- Added the --reuse-values flag to the upgrade command;
- Also, removed the duplicated code from the _get_upgrade_scale_command
  method, and not this method only calls the _get_upgrade_command to get
  the command to upgrade/scale the Helm Chart

Change-Id: I8bda5450f1f9bd5e2b9771f284e1b904b82fb3df
Signed-off-by: Pedro Escaleira <escaleira@av.it.pt>
n2vc/k8s_helm3_conn.py
n2vc/k8s_helm_base_conn.py
n2vc/k8s_helm_conn.py
n2vc/tests/unit/test_k8s_helm3_conn.py
n2vc/tests/unit/test_k8s_helm_conn.py