diff --git a/helm/robusta/Chart.lock b/helm/robusta/Chart.lock index 82f24104b..dbb409bc0 100644 --- a/helm/robusta/Chart.lock +++ b/helm/robusta/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 72.0.1 - name: holmes repository: https://robusta-charts.storage.googleapis.com - version: 0.39.0 -digest: sha256:db0034ef477bf965f033050c67cfec0083fa17a8fbf34b0380ffe0825df6d9a0 -generated: "2026-08-10T19:24:53.109458+03:00" + version: 0.40.0 +digest: sha256:0c125d6015e01fc0017bbd2ef812b735a9e1c57acec6c47e11d455511cedac25 +generated: "2026-08-26T11:14:35.595556+03:00" diff --git a/helm/robusta/Chart.yaml b/helm/robusta/Chart.yaml index 93e131cc6..ae7df415c 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.39.0 + version: 0.40.0 condition: enableHolmesGPT repository: "https://robusta-charts.storage.googleapis.com" diff --git a/helm/robusta/charts/holmes-0.39.0.tgz b/helm/robusta/charts/holmes-0.39.0.tgz deleted file mode 100644 index 2aad845ab..000000000 Binary files a/helm/robusta/charts/holmes-0.39.0.tgz and /dev/null differ diff --git a/helm/robusta/charts/holmes-0.40.0.tgz b/helm/robusta/charts/holmes-0.40.0.tgz new file mode 100644 index 000000000..c74c41bb0 Binary files /dev/null and b/helm/robusta/charts/holmes-0.40.0.tgz differ diff --git a/playbooks/robusta_playbooks/krr.py b/playbooks/robusta_playbooks/krr.py index 43eecacf5..79e821007 100644 --- a/playbooks/robusta_playbooks/krr.py +++ b/playbooks/robusta_playbooks/krr.py @@ -36,7 +36,7 @@ from robusta.integrations.prometheus.utils import generate_prometheus_config from robusta.utils.parsing import format_event_templated_string -IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.29.0") +IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.30.0") KRR_MEMORY_LIMIT: str = os.getenv("KRR_MEMORY_LIMIT", "2Gi") KRR_MEMORY_REQUEST: str = os.getenv("KRR_MEMORY_REQUEST", "2Gi") KRR_STRATEGY: str = os.getenv("KRR_STRATEGY", "simple")