Not aware of any method to do this automatically, and given that AMIs don't have a kubernetes attribute the only way is either via tags if your using custom amis and/or by name. For example you could extend your ami selector like so:
amiSelectorTerms:
- name: "amazon-eks-node-1.30-*"