This commit is contained in:
vitor-aignosi
2025-06-11 09:58:14 -03:00
parent 715d6784ea
commit 9bbe828296
2 changed files with 2 additions and 2 deletions

View File

@@ -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.")

View File

@@ -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: