Skip to content

Commit

Permalink
upgrading krr and holmes (#1582)
Browse files Browse the repository at this point in the history
* upgrading krr and holmes

* fix update helm chart

* updated holmes

fixed breaking change when upgrading holmes using openai models

* fixing holmes cost calculation issue

---------

Co-authored-by: arik <[email protected]>
  • Loading branch information
Avi-Robusta and arikalon1 authored Oct 9, 2024
1 parent 33045a3 commit af9ddb1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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: 55.7.0
- name: holmes
repository: https://robusta-charts.storage.googleapis.com
version: 0.3.0
digest: sha256:fa6632936bdf70488850570ac987f84b084bcd8dbc48c9f10a497af3377f624d
generated: "2024-09-02T23:26:30.259204+03:00"
version: 0.5.2
digest: sha256:a9a93e67c924281234b7e73bae9c54024efa44af3f76e27ba08f53ca12f3588e
generated: "2024-10-09T19:32:24.192483+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.3.0
version: 0.5.2
condition: enableHolmesGPT
repository: "https://robusta-charts.storage.googleapis.com"
Binary file removed helm/robusta/charts/holmes-0.3.0.tgz
Binary file not shown.
Binary file added helm/robusta/charts/holmes-0.5.2.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 @@ -32,7 +32,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.13.0")
IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.16.0")
KRR_MEMORY_LIMIT: str = os.getenv("KRR_MEMORY_LIMIT", "2Gi")
KRR_MEMORY_REQUEST: str = os.getenv("KRR_MEMORY_REQUEST", "2Gi")

Expand Down

0 comments on commit af9ddb1

Please sign in to comment.