-
Notifications
You must be signed in to change notification settings - Fork 197
Migration guide
Hleb Kanonik edited this page Mar 5, 2024
·
23 revisions
☝️ Before starting, ensure to create a backup of ReportPortal
The previous versions of the migrations is located here
- Review changes by comparing GitHub release tags: reportportal-23.2.0...reportportal-24.1.0
- Merge changes from master branch to your own repository or local files.
- Change your own
values.yaml
regarding new values and image versions. Release 24.1 changes:- Service API has the new pattern analysis and immediate IA configuration values.
- Service Jobs included a new CRON jobs to cleaning events values.
- All the ReportPortal services changed images to new 5.11.0 versions. Check in the dockerhub.
- Upgrade ReportPortal using the following command:
- Local path:
helm upgrade --install my-release ./reportportal
- From the Helm Chart repositiry:
## Add and update ReportPortal repository helm repo add reportportal https://reportportal.io/kubernetes helm repo update reportportal helm upgrade --install my-release reportportal/reportportal