Skip to content

Commit

Permalink
ENTERPRISE-4495: Increase default polling interval
Browse files Browse the repository at this point in the history
  • Loading branch information
gnyahay committed Sep 13, 2024
1 parent cb3d666 commit 57721f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/k8s-inventory/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: k8s-inventory
version: 0.4.3
version: 0.4.4
appVersion: "1.6.2"
description: A Helm chart for Kubernetes Automated Inventory, which describes which images are in use in a given Kubernetes Cluster
keywords:
Expand Down
2 changes: 1 addition & 1 deletion stable/k8s-inventory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ k8sInventory:

## @param k8sInventory.pollingIntervalSeconds Only respected if mode is periodic
##
pollingIntervalSeconds: 60
pollingIntervalSeconds: 3600

### k8sInventory.kubernetes Kubernetes API configuration parameters (should not need tuning)
## @param k8sInventory.kubernetes.requestTimeoutSeconds Sets the request timeout for kubernetes API requests
Expand Down

0 comments on commit 57721f3

Please sign in to comment.