From f5d1041f1410564f1f26f8042c27db69fcfcee46 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Fri, 12 Jun 2026 04:20:52 +0530 Subject: [PATCH] fix: add openobserve-alerts to cluster kustomization and disable Telegram alerts --- apps/nxtgauge-ai-assistant/base/deployment.yaml | 2 +- apps/nxtgauge-ai-assistant/overlays/prod/kustomization.yaml | 2 +- clusters/production/kustomization.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/nxtgauge-ai-assistant/base/deployment.yaml b/apps/nxtgauge-ai-assistant/base/deployment.yaml index 377a4eb..384d109 100644 --- a/apps/nxtgauge-ai-assistant/base/deployment.yaml +++ b/apps/nxtgauge-ai-assistant/base/deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: ai-assistant - image: registry.nxtgauge.com/nxtgauge-ai-assistant + image: registry.nxtgauge.com/nxtgauge-ai-assistant:2f999dfe95a48ea4090a90519dc3950f1e729924 imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/apps/nxtgauge-ai-assistant/overlays/prod/kustomization.yaml b/apps/nxtgauge-ai-assistant/overlays/prod/kustomization.yaml index 06a54a6..cf41eb4 100644 --- a/apps/nxtgauge-ai-assistant/overlays/prod/kustomization.yaml +++ b/apps/nxtgauge-ai-assistant/overlays/prod/kustomization.yaml @@ -5,4 +5,4 @@ resources: - ../../base images: - name: registry.nxtgauge.com/nxtgauge-ai-assistant - newTag: main-latest + newTag: 2f999dfe95a48ea4090a90519dc3950f1e729924 diff --git a/clusters/production/kustomization.yaml b/clusters/production/kustomization.yaml index ecd0a7f..b4a7c6d 100644 --- a/clusters/production/kustomization.yaml +++ b/clusters/production/kustomization.yaml @@ -7,3 +7,4 @@ resources: - ../../apps/nxtgauge-ai-assistant/overlays/prod - ../../apps/ollama/base - ../../apps/registry + - ../../ops/openobserve-alerts