Skip to content

Commit 5741d9e

Browse files
authored
[ROB-810] new release (#1772)
* feat: prep new release with holmes:0.10.5 and krr v1.23.0 * feat: prep new release with holmes:0.10.5 and krr v1.23.0
1 parent 9bf3d3c commit 5741d9e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

helm/robusta/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 55.7.0
55
- name: holmes
66
repository: https://robusta-charts.storage.googleapis.com
7-
version: 0.10.2
8-
digest: sha256:e8ce75bf02c01069400620d4de698ab14c3fc41e056ebe05a2316c1d1c18d978
9-
generated: "2025-02-19T09:57:32.356096563+01:00"
7+
version: 0.10.5
8+
digest: sha256:585b0f87371c4522d7628ca823bab33bc7afd255765adffc4e1d6f5ed3b0336b
9+
generated: "2025-03-28T08:21:37.424735601+01:00"

helm/robusta/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies:
1515
condition: enablePrometheusStack
1616
repository: "https://prometheus-community.github.io/helm-charts"
1717
- name: holmes
18-
version: 0.10.2
18+
version: 0.10.5
1919
condition: enableHolmesGPT
2020
repository: "https://robusta-charts.storage.googleapis.com"
-2.62 KB
Binary file not shown.
2.71 KB
Binary file not shown.

playbooks/robusta_playbooks/krr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from robusta.integrations.openshift import IS_OPENSHIFT
3434
from robusta.integrations.prometheus.utils import generate_prometheus_config
3535

36-
IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.22.0")
36+
IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.23.0")
3737
KRR_MEMORY_LIMIT: str = os.getenv("KRR_MEMORY_LIMIT", "2Gi")
3838
KRR_MEMORY_REQUEST: str = os.getenv("KRR_MEMORY_REQUEST", "2Gi")
3939
KRR_STRATEGY: str = os.getenv("KRR_STRATEGY", "simple")

0 commit comments

Comments
 (0)