Upgrading a release
To upgrade your deployment with a new docker image for the application server or with a change in configuration such as, new service ports to be exposed refer to the following example.
To upgrade the chart with the release name <my-release>:
- Ensure that the chart is downloaded locally and available
- Invoke the following command to upgrade your
deployments
helm upgrade my-release -f my-values.yaml ibm-ssp-cm-1.1.x.tgz --reuse-values helm upgrade my-release -f my-values.yaml ibm-ssp-engine-1.1.x.tgz --reuse-values helm upgrade my-release -f my-values.yaml ibm-ssp-ps-1.1.x.tgz --reuse-values
Note:
- Do not change/update the values of SSP configuration parameters.
- If any new parameters are introduced in the new chart and you are upgrading using new chart. Then, all those new parameters should be either passed with "--set" option or using a yaml file with "-f" option. The parameter can have default values as specified in the new chart or you can change the values as per your configuration requirement.