Steps to Update and Reinstall iracpa Using Helm

Below are the necessary steps to apply the update.

1. Uninstall iracpa helm chart using the below command:
helm uninstall iracpa

2. Edit iracpa-values.yaml and add the below two lines in it:

image:
 name: public.ecr.aws/epicode-modules/iracpa:2.35.53

(For reference iracpa-values.yaml)

namespace: default
replicas: 1
image:
 name: public.ecr.aws/epicode-modules/iracpa:2.35.53
resources:
   limits:
       memory: 2Gi
       cpu: 4
   requests:
       memory: 2Gi
       cpu: 4
volumes:
 logs_pvc_name: iracluster-logs-path-claim
 recordings_pvc_name: iracpa-recordings-path-claim
 cdr_pvc_name: transporter-path-claim


3. Save and exit.


4. Install Iracpa using helm 
helm install iracpa -f iracpa-values.yaml oci://public.ecr.aws/epicode-modules/iracpa-helmchart