From 57bac4c1e0548cd388917c64cf2c3332bc4a7f1a Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 27 Sep 2024 15:46:36 -0600 Subject: [PATCH] chore: updated pepr watch limit to 60s (#840) Adjust Pepr watch limit to a lower value to help UDS Package delete/reinstalls succeed more often. Fixes # https://github.com/defenseunicorns/uds-core/issues/839 - [x] Bug fix (non-breaking change which fixes an issue) - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed --- src/pepr/uds-operator-config/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pepr/uds-operator-config/values.yaml b/src/pepr/uds-operator-config/values.yaml index 4d40d027d..90a1f4636 100644 --- a/src/pepr/uds-operator-config/values.yaml +++ b/src/pepr/uds-operator-config/values.yaml @@ -11,5 +11,8 @@ operator: PEPR_LAST_SEEN_LIMIT_SECONDS: "60" # Allow Pepr to re-list resources more frequently to avoid missing resources PEPR_RELIST_INTERVAL_SECONDS: "60" +<<<<<<< HEAD # Use HTTP2 for Pepr watches and exemption watch PEPR_HTTP2_WATCH: false +======= +>>>>>>> 29e4d5e (chore: updated pepr watch limit to 60s (#840))