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
NATS KV buckets in pkg/cache were created with the default replica
count of 1, causing inconsistent reads in clustered NATS deployments.
Add a WithReplicas option to pkg/cache and thread the replica count
from Helm values through proto config, natsconn, and bundle caches.
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
0 commit comments