diff --git a/ingestor/managers/ingestor_manager.py b/ingestor/managers/ingestor_manager.py index 667d928..2f62710 100644 --- a/ingestor/managers/ingestor_manager.py +++ b/ingestor/managers/ingestor_manager.py @@ -339,7 +339,6 @@ class IngestorManager(): Returns: None """ - for lease_id in ids: self.resource_manager.drop_tag_lease(lease_id) metrics.SLOTS_RELEASED.labels(pod_id=self.pod_id).inc() diff --git a/ingestor/managers/opc_manager.py b/ingestor/managers/opc_manager.py index 35d4a8b..73a2b12 100644 --- a/ingestor/managers/opc_manager.py +++ b/ingestor/managers/opc_manager.py @@ -155,7 +155,7 @@ class OpcManager(): for node, config in self.nodes.items(): self.nodes[node]['cycle_rule'] = { - 'cycle_increment': collect_period*1000/config['frequency'], + 'cycle_increment': collect_period*1000/float(config['frequency']), 'cycle_count': 0 } diff --git a/values.yaml b/values.yaml index 0bce04a..d5293bd 100644 --- a/values.yaml +++ b/values.yaml @@ -11,7 +11,7 @@ image: # This sets the pull policy for images. pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "0.0.8" + tag: "0.1.0" # This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ imagePullSecrets: