F5Networks / charts

Helm charts for using F5 products and services in Kubernetes and OpenShift environments.
Apache License 2.0
28 stars 36 forks source link

Update deployment apiVersion to apps/v1 #30

Closed trinaths closed 4 years ago

trinaths commented 4 years ago

Problem: From K8s 1.16, Deployment resource must use apps/v1.

Solution: Incubator to support apps/v1 from 1.9 and for lesser version support extensions/v1beta1.