Skip to content

Commit

Permalink
Version bump (#1509)
Browse files Browse the repository at this point in the history
* bump krr version

* namefix fux

* updating holmes chart

* krr ready
  • Loading branch information
Avi-Robusta authored Jul 24, 2024
1 parent 865eb6a commit ddc1dbe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 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.2.5
digest: sha256:092977d52a6aa0ec588d1f54928e07a6de99f2a623967f59b865e53f602c9811
generated: "2024-06-24T13:42:39.610388+03:00"
version: 0.2.6
digest: sha256:7e6d521135a8e49964070a06ea2c661bfa0b222b90329647532d2e6aa80d0e59
generated: "2024-07-24T16:21:29.278273+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.2.5
version: 0.2.6
condition: enableHolmesGPT
repository: "https://robusta-charts.storage.googleapis.com"
Binary file removed helm/robusta/charts/holmes-0.2.5.tgz
Binary file not shown.
Binary file added helm/robusta/charts/holmes-0.2.6.tgz
Binary file not shown.
3 changes: 1 addition & 2 deletions playbooks/robusta_playbooks/krr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from hikaru.model.rel_1_26 import Container, EnvVar, EnvVarSource, PodSpec, ResourceRequirements, SecretKeySelector
from prometrix import AWSPrometheusConfig, CoralogixPrometheusConfig, PrometheusAuthorization, PrometheusConfig
from pydantic import BaseModel, ValidationError, validator

from robusta.api import (
IMAGE_REGISTRY,
RUNNER_SERVICE_ACCOUNT,
Expand All @@ -33,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.11.0")
IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.12.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 ddc1dbe

Please sign in to comment.