Your mistake is that you are adding 1 to existing zombie instances, before new zombies are spawned.
You need to add a global variable ZombieBaseHealth and add 1 to it with every new wave. In the event where zombies are spawned add an action "Zombie Set Health to ZombieBaseHealth".