[oidc-ingress] Upgrade to current Keycloak Gatekeeper chart and default to version 9.0.3
[external-dns] Add annotationFilter setting (needed by oidc-ingress)
Migrate Ingress API version from extensions/v1beta1 to networking.k8s.io/v1beta1 for the following Helmfiles:
[codefresh-extension]
[istio-gatekeeper]
[keycloak-gatekeeper]
[kibana-elastic-search]
[oidc-ingress]
[codefresh-account] Update RBAC role to allow enhanced access needed by Helm version 3
why
API extensions/v1beta1 is deprecated as of Kubernetes 1.16, which is the oldest currently supported Kubernetes
[codefresh-account] Under Helm version 2, the work of modifying the cluster was done by and under the authority of Tiller. Under Helm version 3, it is done under the authority of the helm user, so Codefresh needs a lot more authority.
what
annotationFilter
setting (needed by oidc-ingress)extensions/v1beta1
tonetworking.k8s.io/v1beta1
for the following Helmfiles:why
extensions/v1beta1
is deprecated as of Kubernetes 1.16, which is the oldest currently supported Kubernetesreferences