Pega patch version upgrade

Our application is in Openshift onprem container setup. We upgraded to 24.1.2 from 8.6.1 back in Jan’2025 using below process of creating temp schema. Now we want to upgrade to 24.1.3 patch version. Do we need to go through the same process or is it just pulling the latest image into pega yaml file to do a helm install? Any help here is appreciated.

@Jey2705 To upgrade from Pega 24.1.2 to 24.1.3, you can likely follow a simpler process compared to the previous major version upgrade. Instead of creating a temporary schema again, you can update your Pega YAML file to reference the new 24.1.3 image. Once the YAML is updated, you can perform a helm install to apply the patch. It’s important to verify whether any additional steps or customizations are required for your specific setup, but for the patch update, this approach should work without needing to repeat the full upgrade process

Thanks @Sairohith. Yes, you are correct. We did get another reference document stating the same. Sharing the same for reference.