Upgrade Container Image K8s - kimschles/schlesinger-knowledge GitHub Wiki
Add or change the image(s) in the course.yml file
Connect to the VPN (if necessary)
Use autohelm to initiate a dry run autohelm plot course course.yml --heading <name_of_image_here> --heading <name_of_another_image_here> --dry-run
Once the dry run 'passes', make the changes in your K8s cluster without the dry-run flag autohelm plot course course.yml --heading <name_of_image_here> --heading <name_of_another_image_here>
Check that your new pods are running kubectl -n <name_space> get pods