mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 17:35:21 -05:00
[GH-ISSUE #759] Feature Request: Procedure Task "StackUpdate" #7477
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marrobHD on GitHub (Aug 22, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/759
Hi,
the last release v1.19.0 changed the auto update behaviour.
Now there is a procedure task GlobalAutoUpdate.
It would be nice, if there was a task like StackUpdate, which checks if there is a newer stack image available, pulls it and redeploys the specified stack(s).
This would add more control over which stacks get updated when and how often, instead of all at the same time.
Thanks!
@undefinedid commented on GitHub (Aug 25, 2025):
Maybe you can take example from the samples dropped on the Discord Server by @mbecker20 :
Custom daily auto update Stacks / Deployments
You'll find more scripted actions here: https://discord.com/channels/1272479750065094760/1283197688292048949/1391082533491572816
@mbecker20 commented on GitHub (Aug 30, 2025):
Makes sense, it's feasible. I'm just struggling with the name.
This would be next to the other Stack executions,
DeployStack,RestartStack,StopStack,PullStacketc...StackUpdatebreaks the pattern.The obvious one
UpdateStackcould easily be confused with/write/UpdateStack, so isn't great either.Any ideas?
@ChrispyBacon-dev commented on GitHub (Aug 30, 2025):
I recently updated to latest. I was first confused as I'm a developer and the automatic updater is not working anymore. Is it not possible anymore to have a checkbox for automatic updates of my stacks? When I push an update for an image usually komodo picked this up and redeployed it which is a huge helper when updating 6 instances on several VPS...
furthermore the feature to show that there is a new docker image available broke as well.
@marrobHD commented on GitHub (Aug 30, 2025):
Maybe AutoUpdateStack?
@mbecker20 commented on GitHub (Aug 30, 2025):
@ChrispyBacon-dev the feature was moved from the background into the foreground, and now requires you to schedule it, see https://komo.do/docs/resources/auto-update
@ChrispyBacon-dev commented on GitHub (Aug 30, 2025):
Yes, I saw that, and to be honest, I don't like it. I develop applications, and it used to be that with auto-update, Komodo immediately picked up the new Docker image and pulled the latest image and redeployed my stacks, which was very convenient. Now I need to create a scheduled task, which is a step back, to be honest. The whole idea of having automated stacks goes out the window.
@mbecker20 commented on GitHub (Aug 30, 2025):
@ChrispyBacon-dev maybe try using Build Deployment flow? Anyways it's off topic, please open another thread to discuss your concerns
@rafo commented on GitHub (Sep 30, 2025):
Maybe UpgradeStack?