From 9bbe828296be1d5245067fc9a270494068c935ba Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Wed, 11 Jun 2025 09:58:14 -0300 Subject: [PATCH] test --- ingestor/app.py | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestor/app.py b/ingestor/app.py index 651d4a5..d742bf5 100644 --- a/ingestor/app.py +++ b/ingestor/app.py @@ -21,7 +21,7 @@ def main(): except Exception as e: metrics.APP_ERRORS_TOTAL.labels( pod_id=POD_ID).inc() # Increment errors - print(f"Failed to prepare ingestor: {e}") + ingestor.logger.error("Failed to prepare ingestor: %s", e) exit_signal.set() ingestor.logger.info("Ingestor prepared. Starting main loop.") diff --git a/values.yaml b/values.yaml index d5293bd..dafb714 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.1.0" + tag: "0.1.1" # 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: