Skip to content

Commit

Permalink
release: holmes 0.8.1, krr 1.20.0 (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
nherment authored Jan 31, 2025
1 parent d397310 commit 72c5e33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions helm/robusta/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ version: 0.0.1
appVersion: 0.0.0

dependencies:
- name: kube-prometheus-stack
version: 55.7.0
condition: enablePrometheusStack
repository: "https://prometheus-community.github.io/helm-charts"
- name: holmes
version: 0.7.2
condition: enableHolmesGPT
repository: "https://robusta-charts.storage.googleapis.com"
- name: kube-prometheus-stack
version: 55.7.0
condition: enablePrometheusStack
repository: "https://prometheus-community.github.io/helm-charts"
- name: holmes
version: 0.8.1
condition: enableHolmesGPT
repository: "https://robusta-charts.storage.googleapis.com"
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.18.0")
IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.20.0")
KRR_MEMORY_LIMIT: str = os.getenv("KRR_MEMORY_LIMIT", "2Gi")
KRR_MEMORY_REQUEST: str = os.getenv("KRR_MEMORY_REQUEST", "2Gi")
KRR_STRATEGY: str = os.getenv("KRR_STRATEGY", "simple")
Expand Down

0 comments on commit 72c5e33

Please sign in to comment.