File tree Expand file tree Collapse file tree
playbooks/robusta_playbooks Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 3333from robusta .integrations .openshift import IS_OPENSHIFT
3434from 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" )
3737KRR_MEMORY_LIMIT : str = os .getenv ("KRR_MEMORY_LIMIT" , "2Gi" )
3838KRR_MEMORY_REQUEST : str = os .getenv ("KRR_MEMORY_REQUEST" , "2Gi" )
3939KRR_STRATEGY : str = os .getenv ("KRR_STRATEGY" , "simple" )
You can’t perform that action at this time.
0 commit comments