texano00 / urunner

URunner is a lightweight Kubernetes utility in order to auto restart pods on image tag digest change. This is very useful on environments where it is commonly used the latest tag which frequently changes over time. Urunner auto detects the container image tag digest (for example the digest of tag latest) and automatically restart pods.
35 stars 6 forks source link

Unable requesting repository if I use another region #5

Closed overzoo closed 9 months ago

overzoo commented 1 year ago

This line client = boto3.client("ecr", region_name="us-east-2") leads to unable requesting repository if I use another region (not "us-east-2"). As I seen you have real region in lines above. Please fix if you will have time

github-actions[bot] commented 1 year ago

Thanks for your first issue on Urunner!

texano00 commented 11 months ago

I'll make it a variable soon.