Skip to content

Commit

Permalink
bumped version (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta authored Apr 10, 2024
1 parent 9bd3e1e commit 6dbb2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/robusta_playbooks/krr.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from robusta.integrations.openshift import IS_OPENSHIFT
from robusta.integrations.prometheus.utils import generate_prometheus_config

IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.8.1")
IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.8.2")
KRR_MEMORY_LIMIT: str = os.getenv("KRR_MEMORY_LIMIT", "1Gi")
KRR_MEMORY_REQUEST: str = os.getenv("KRR_MEMORY_REQUEST", "1Gi")

Expand Down

0 comments on commit 6dbb2b5

Please sign in to comment.