You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimum supported Kubernetes version is now v1.18 (from v1.16)
Fixes
Fix NGINX Ingress configuration - When nginxConfiguration.enabled is set to true, it will now create two ingresses. One for the services that proxy through GQL and another for the mapped services that need a customized rewrite rule.
Added nodeSelector, tolerations and affinity to all cluedin services.
RabbitMQ username + password passed to all connection strings correctly.
Wait + Bootstrap container locations are now configurable through values.yaml
All ingress API versions moved to networking.k8s.io/v1beta1 as extensions/v1beta1 is deprecated.