Skip to main content

Upgrades and Rollbacks

Upgrading to a newer version of any of the components that run as part of the FPX network (including the Wallet) can be done by running the same command (assuming an updated configuration is provided).

$ helm upgrade --install fpx identos-helm/fpxcore -f configuration.yaml

The upgrade process is complete when you run the following command and all deployments are ready, up-to-date and available:

$ kubectl get deployments
NAME READY UP-TO-DATE AVAILABLE AGE
wallet-example 1/1 1 1 2m32s
wallet-exampleapi 1/1 1 1 2m32s
wallet-exampleui 1/1 1 1 2m32s