jimmidyson / configmap-reload

Simple binary to trigger a reload when a Kubernetes ConfigMap is updated
Apache License 2.0
983 stars 193 forks source link

chore: bump busybox version to latest stable #67

Closed jones2026 closed 2 years ago

jones2026 commented 2 years ago

Not sure if you would prefer to pin the version here or pin to something like the stable docker tag. Let me know and I can change that if you would prefer that.

Fixes #68.

jimmidyson commented 2 years ago

Thank you for this :tada: Let's use stable docker tag so we can just update to latest when we build. This will save this maintenance in future.

jones2026 commented 2 years ago

@jimmidyson updated the PR to point to stable instead, thanks again for making this!

jimmidyson commented 2 years ago

Thank you @jones2026!