From 4434db410ff36341b04b8847b761bbfe846d37c3 Mon Sep 17 00:00:00 2001 From: Marcin Antas Date: Wed, 3 Jul 2024 11:33:42 +0200 Subject: [PATCH] Update chart version to v17.1.0 --- README.md | 4 +++- weaviate/Chart.yaml | 4 ++-- weaviate/values.yaml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9ed06e3..757caa4b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ If you are upgrading from a version older than v1.25 to v1.25 and above, you mus Detailed information can be found in the [documentation](https://weaviate.io/developers/weaviate/more-resources/migration/weaviate-1-25). -## Upgrading to weaviate-helm 17.1.0: model resource limits/requests considerations +## Upgrading to weaviate-helm 17.1.0 + +### Module resource limits/requests considerations In Weaviate-Helm version `17.1.0`, the default resource limits and requests defined in the `values.yml` file have been removed. The previous default values were restricting the performance of some modules, making them almost unusable unless the `resources.requests` and `resources.limits` were overridden. To address this issue, we have decided to remove these limits, allowing users to define the best resource values for their specific system. diff --git a/weaviate/Chart.yaml b/weaviate/Chart.yaml index 3398532c..7dda1ac6 100644 --- a/weaviate/Chart.yaml +++ b/weaviate/Chart.yaml @@ -7,10 +7,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 17.0.0 +version: 17.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 1.25.0 +appVersion: 1.25.6 icon: https://raw.githubusercontent.com/weaviate/weaviate/19de0956c69b66c5552447e84d016f4fe29d12c9/docs/assets/weaviate-logo.png diff --git a/weaviate/values.yaml b/weaviate/values.yaml index b08853c3..bba44d81 100644 --- a/weaviate/values.yaml +++ b/weaviate/values.yaml @@ -7,7 +7,7 @@ image: # of weaviate. In accordance with Infra-as-code, you should pin this value # down and only change it if you explicitly want to upgrade the Weaviate # version. - tag: 1.25.0 + tag: 1.25.6 repo: semitechnologies/weaviate # Image pull policy: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy pullPolicy: IfNotPresent