Skip to content

Commit 061d3c1

Browse files
authored
bump krr version (#1940)
1 parent edd7144 commit 061d3c1

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.26.3")
39+
IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.27.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)