Keep but 3 deployments in default config

This commit is contained in:
Dennis ten Hoove 2024-05-03 11:56:28 +02:00
parent d2f5cc3e7e
commit 48fbcac160

2
arkdep
View file

@ -293,7 +293,7 @@ init () {
repo_default_image='arkanelinux'
# Keep the latest N deployments, remove anything older
deploy_keep=4
deploy_keep=3
# Remove images from the cache when their deployments are removed
clean_cache_on_remove=1