Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions helm/robusta/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion helm/robusta/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Binary file removed helm/robusta/charts/holmes-0.39.0.tgz
Binary file not shown.
Binary file added helm/robusta/charts/holmes-0.40.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion playbooks/robusta_playbooks/krr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Loading