diff --git a/updates/main.go b/updates/main.go index db1cf204..41abd87a 100644 --- a/updates/main.go +++ b/updates/main.go @@ -307,6 +307,9 @@ func checkForUpdates(ctx context.Context) (err error) { return } + // Purge old resources + registry.Purge(3) + module.TriggerEvent(ResourceUpdateEvent, nil) return nil }