Skip to content

Commit

Permalink
Merge branch 'master' into holmes-docs-enable-custom-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
itisallgood authored Dec 12, 2024
2 parents f6c7817 + a75766e commit d2d903a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.6.1
digest: sha256:adafc16cc9d9398d9e268b410bbf7461169b9633f6ad8582ad7328f94187824a
generated: "2024-11-08T18:15:36.700936+02:00"
version: 0.7.2
digest: sha256:39c7e9f5e2ec7a59eb3b88627e930294ae2de9bf072b83a792977c1e9a630132
generated: "2024-12-11T13:42:23.882949+02:00"
Binary file removed helm/robusta/charts/holmes-0.6.1.tgz
Binary file not shown.
Binary file added helm/robusta/charts/holmes-0.7.2.tgz
Binary file not shown.
3 changes: 2 additions & 1 deletion playbooks/robusta_playbooks/krr.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.18.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")


SeverityType = Literal["CRITICAL", "WARNING", "OK", "GOOD", "UNKNOWN"]
Expand Down Expand Up @@ -119,7 +120,7 @@ class KRRParams(PrometheusParams, PodRunningParams):
"""

serviceAccountName: str = RUNNER_SERVICE_ACCOUNT
strategy: str = "simple"
strategy: str = KRR_STRATEGY
args: Optional[str] = None
krr_args: str = ""
timeout: int = 3600
Expand Down

0 comments on commit d2d903a

Please sign in to comment.