UpgradeTo perform the actual upgrade you should use the same command as the test command described previously earlier minus the --dry-run=server flag, for example like this: Code Block |
---|
helm upgrade --install uepe digitalroute/usage-engine-private-edition --atomic --cleanup-on-fail --version 4.0.0 -n uepe -f valuesFromSystem.yaml |
If the upgrade was successful, the output will look like this: Code Block |
---|
helm upgrade --install uepe digitalroute/usage-engine-private-edition --atomic --cleanup-on-fail --version 4.0.0 -n uepe -f valuesFromSystem.yaml
Release "uepe" has been upgraded. Happy Helming!
NAME: uepe
LAST DEPLOYED: Fri May 10 15:02:37 2024
NAMESPACE: uepe
STATUS: deployed
REVISION: 4
TEST SUITE: None
NOTES:
Usage Engine Private Edition 4.0.0 has been deployed successfully!
Check out the CHANGELOG.md in this chart for information about what has been changed, added and removed in this version. |
Scale up the platform stateful set again so the platform starts back up using the following command: Code Block |
---|
kubectl scale --replicas=1 sts/platform |
|