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

add support for namespaces changing across all resources #9

Closed tekno45 closed 10 months ago

tekno45 commented 10 months ago

Adds namespaces to all resources. Deployment was hardcoded to urunner previously

texano00 commented 10 months ago

thanks for the contribution @tekno45

tekno45 commented 9 months ago

Thanks for accepting.