Closed wkloucek closed 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.
helm lint
Chart.yaml
values.yaml
@SamuAlfageme @labkode could you please have a look?
Thx for your contribution @wkloucek!
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
helm lint
on the chart dir.Chart.yaml
version before merging, to release it as a new version.values.yaml
. Add documentation in the appropiate README.