1.16 deprecation notice:
DaemonSet, Deployment, StatefulSet, and ReplicaSet resources will no longer
be served from extensions/v1beta1, apps/v1beta1, or apps/v1beta2 in v1.16. Migrate to the apps/v1 API, available since v1.9. Existing persisted data
can be retrieved through the apps/v1 API. For example, to convert a
Deployment that currently uses apps/v1beta1, enter the following command.
I have about 10 helm charts that contain the old api versions - datadog, nginx-ingress and more. I don't want to upgrade these different services. are there any known work arounds?