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
Compute a SHA-256 of the generated nginx.conf and annotate the reverse-proxy Deployment with typesense-operator/nginx-config-hash so changes to ingress directives cause a rollout. Removed the previous configMapUpdated/restart-timestamp logic. Updated getNodes call to pass the resizeOp flag. Removed apiGroupsCache, its mutex and caching logic from IsApiGroupDeployed so discovery is queried directly. Added tests to verify the nginx config hash changes when ingress directives change and remains stable on no-op reconciles. Cleaned up related imports and unused fields.
0 commit comments