what is the difference between deploy and install in helm configuration?

Hi

We are trying to confugure helm chart for pega Upgrade from 8.2.6 to Inifinity 23.

I am not understanding the difference between deploy vs install for the value for action Tag?

Value | Action — | — deploy | Start the Pega containers using an existing Pega database installation. install | Install Pega Platform into your database without deploying.

@jatenders7882

Deploy - Pega rules, Pega data etc. are setup ready in a database, you just need to deploy .war file in tomcat container and start the application.

Install - provide the target database details, pegarules, pegadata etc. are setup and .war files are deployed.

@SriHarsha Anika

Thanks for replying, So, if we want to upgrade from 8.2.6 to Infinity 23, should we use upgrade-deploy option? so that it upgrade rule/data and also deploy WAR file.

@jatenders7882 Yes you are right.