Skip to content

Commit 69c903c

Browse files
committed
update prometrix and krr
1 parent f1838f3 commit 69c903c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ humanize = "^3.13.1"
5959
cryptography = "^43.0.1"
6060
fpdf2 = "^2.7.1"
6161
attrs = "^23.1.0"
62-
prometrix = "0.2.3a0"
62+
prometrix = "0.2.3"
6363
hikaru-model-26 = "^1.1.1"
6464
apprise = "1.6.0"
6565
rocketchat-api = "^1.30.0"

0 commit comments

Comments
 (0)