Install a Hotfix for ADONIS 19.0
Hotfixes provide corrections for software defects and security vulnerabilities without changing the application library or the database schema. As a result, installing a hotfix is significantly simpler than performing an upgrade to a new major or minor version.
Installing a hotfix only requires updating the deployment configuration to use the new container image version and redeploying ADONIS.
Before You Start
Before installing the hotfix, ensure that the following prerequisites are met:
You are already using ADONIS 19.0.
You have received the container image version of the hotfix from BOC (e.g. 19.0.1, 19.0.2).
You have access to the Kubernetes environment in which ADONIS is deployed.
You have the required permissions to update the deployment configuration and redeploy ADONIS.
Unlike an upgrade to a new major or minor version, installing a hotfix does not require a database upgrade, an application library update or the migration of component settings.
Update the Deployment Configuration
Update your deployment configuration to reference the container image version provided with the hotfix.
The exact location of the image version depends on your deployment configuration. For example, it
may be specified in your custom values.yaml file.
Redeploy ADONIS
Redeploy ADONIS using the updated deployment configuration.
For detailed deployment instructions, see Deploy ADONIS.
Verify the Hotfix Installation
After the deployment has completed successfully, verify that the hotfix has been installed correctly.
Ensure that all ADONIS containers are running successfully.
Open ADONIS and verify that users can log in.
Click the user symbol
in the upper-right corner, and then click Info.
Verify that the expected ADONIS version (for example
19.0.1) is displayed.