Log on to Kubernetes Service (EKS)
Execute the following command:
aws eks --region <region> update-kubeconfig --name <cluster_name>>
Upgrade to a new version
You need to know the namespace where OneList applications are deployed before proceeding with this upgrade. Download the upgrade.ps1 file. Run the command below, where the Image_Version is in the format of x.x.x, e.g. 7.1.2
powershell -f upgrade.ps1 -n <OneList_Namespace> -v <Image_Version>
For example: powershell -f "c:\onelist\upgrade.ps1" -n onelist -v 7.1.2