Skip to content

Commit 6ad5b69

Browse files
authored
Merge pull request #245 from weaviate/update-helm-chart-version-to-v17.1.0
Update chart version to v17.1.0
2 parents 34a9081 + 4434db4 commit 6ad5b69

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ If you are upgrading from a version older than v1.25 to v1.25 and above, you mus
2525

2626
Detailed information can be found in the [documentation](https://weaviate.io/developers/weaviate/more-resources/migration/weaviate-1-25).
2727

28-
## Upgrading to weaviate-helm 17.1.0: model resource limits/requests considerations
28+
## Upgrading to weaviate-helm 17.1.0
29+
30+
### Module resource limits/requests considerations
2931

3032
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.
3133

weaviate/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ type: application
77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
99
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10-
version: 17.0.0
10+
version: 17.1.0
1111

1212
# This is the version number of the application being deployed. This version number should be
1313
# incremented each time you make changes to the application. Versions are not expected to
1414
# follow Semantic Versioning. They should reflect the version the application is using.
15-
appVersion: 1.25.0
15+
appVersion: 1.25.6
1616
icon: https://raw.githubusercontent.com/weaviate/weaviate/19de0956c69b66c5552447e84d016f4fe29d12c9/docs/assets/weaviate-logo.png

weaviate/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
# of weaviate. In accordance with Infra-as-code, you should pin this value
88
# down and only change it if you explicitly want to upgrade the Weaviate
99
# version.
10-
tag: 1.25.0
10+
tag: 1.25.6
1111
repo: semitechnologies/weaviate
1212
# Image pull policy: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
1313
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)