cs3org / charts

Kubernetes Charts Repository for CS3ORG
https://cs3org.github.io/charts
Apache License 2.0
2 stars 12 forks source link

remove Ingress api version switch logic #34

Closed wkloucek closed 2 years ago

wkloucek commented 2 years ago

This PR removes the Ingres apiVersion switch logic.

Ingress from networking.k8s.io/v1 is available from Kubernetes v1.19 on. v1.19 had it's EOL on 2021-10-28 (https://kubernetes.io/releases/patch-releases/#non-active-branch-history), therefore there is no need to longer support networking.k8s.io/v1beta1.

Contributing a Chart / update to an existing Chart

wkloucek commented 2 years ago

@SamuAlfageme @labkode could you please have a look?

SamuAlfageme commented 2 years ago

Thx for your contribution @wkloucek!