Update
How to update AppSec Portal
Last updated
How to update AppSec Portal
Last updated
To update the AppSec Portal to the latest version, follow these steps:
Update your forked repository
Run pipeline
Click on update section
To update, run the following command:
helm repo update appsecportal
: This command gets the latest Helm package from the repository, ensuring that you have the latest version.
helm upgrade appsecportal appsecportal/appsecportal
: This command upgrades your application to the latest version. If any variables have been changed since installation, you must specify them again in this command to ensure that they are applied correctly.
Stop the application:
This will stop all services and remove the associated volumes, which will clean up the environment.
Pull the latest changes from the repository:
This ensures that you have the most up-to-date codebase to work with
Restart the application: