From 5241c7ab242d42ea063df29045bc23c25f8c6f20 Mon Sep 17 00:00:00 2001 From: Roi Glinik Date: Wed, 11 Dec 2024 10:47:10 +0200 Subject: [PATCH] holmes and krr update (#1658) --- helm/robusta/Chart.yaml | 2 +- playbooks/robusta_playbooks/krr.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/robusta/Chart.yaml b/helm/robusta/Chart.yaml index 3231afaf4..55a0c1bd1 100644 --- a/helm/robusta/Chart.yaml +++ b/helm/robusta/Chart.yaml @@ -15,6 +15,6 @@ dependencies: condition: enablePrometheusStack repository: "https://prometheus-community.github.io/helm-charts" - name: holmes - version: 0.6.1 + version: 0.7.2 condition: enableHolmesGPT repository: "https://robusta-charts.storage.googleapis.com" diff --git a/playbooks/robusta_playbooks/krr.py b/playbooks/robusta_playbooks/krr.py index dfbedd780..d13e24998 100644 --- a/playbooks/robusta_playbooks/krr.py +++ b/playbooks/robusta_playbooks/krr.py @@ -33,7 +33,7 @@ from robusta.integrations.openshift import IS_OPENSHIFT from robusta.integrations.prometheus.utils import generate_prometheus_config -IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.17.0") +IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.18.0") KRR_MEMORY_LIMIT: str = os.getenv("KRR_MEMORY_LIMIT", "2Gi") KRR_MEMORY_REQUEST: str = os.getenv("KRR_MEMORY_REQUEST", "2Gi")