Skip to content

Commit a78e586

Browse files
committed
bumping krr version
1 parent 3eb431e commit a78e586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • playbooks/robusta_playbooks

playbooks/robusta_playbooks/krr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from robusta.integrations.prometheus.utils import generate_prometheus_config
3737
from robusta.utils.parsing import format_event_templated_string
3838

39-
IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.25.1")
39+
IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.26.0")
4040
KRR_MEMORY_LIMIT: str = os.getenv("KRR_MEMORY_LIMIT", "2Gi")
4141
KRR_MEMORY_REQUEST: str = os.getenv("KRR_MEMORY_REQUEST", "2Gi")
4242
KRR_STRATEGY: str = os.getenv("KRR_STRATEGY", "simple")

0 commit comments

Comments
 (0)