Refreshes Images in Case of New Image

This commit is contained in:
2023-10-15 02:35:36 -03:00
parent a208be6290
commit b95db2a673
3 changed files with 23 additions and 0 deletions

View File

@@ -111,6 +111,9 @@ function main() {
fi
# Refreshes all pods in case of a new image
bash ./refresh.sh
exit 0
}