Install a Hotfix for ADOGRC 15.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 ADOGRC.
Before You Start
Before installing the hotfix, ensure that the following prerequisites are met:
You are already using ADOGRC 15.0.
You have received the container image version of the hotfix from BOC (e.g. 15.0.1, 15.0.2).
You have access to the Kubernetes environment in which ADOGRC is deployed.
You have the required permissions to update the deployment configuration and redeploy ADOGRC.
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 ADOGRC
Redeploy ADOGRC using the updated deployment configuration.
For detailed deployment instructions, see Deploy ADOGRC.
Verify the Hotfix Installation
After the deployment has completed successfully, verify that the hotfix has been installed correctly.
Ensure that all ADOGRC containers are running successfully.
Open ADOGRC and verify that users can log in.
Click the user symbol
in the upper-right corner, and then click Info.
Verify that the expected ADOGRC version (for example
15.0.1) is displayed.