From 292e4518186baa7f06cd783e72d1c5c70bb621a7 Mon Sep 17 00:00:00 2001 From: Marcin Antas Date: Thu, 7 Mar 2024 10:07:47 +0100 Subject: [PATCH] Update Weaviate version to v1.24.1 --- weaviate/Chart.yaml | 2 +- weaviate/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/weaviate/Chart.yaml b/weaviate/Chart.yaml index 6090f218..fe1bde3e 100644 --- a/weaviate/Chart.yaml +++ b/weaviate/Chart.yaml @@ -12,5 +12,5 @@ version: 16.8.2 # 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.23.7 +appVersion: 1.24.1 icon: https://raw.githubusercontent.com/weaviate/weaviate/19de0956c69b66c5552447e84d016f4fe29d12c9/docs/assets/weaviate-logo.png diff --git a/weaviate/values.yaml b/weaviate/values.yaml index e1e2327f..887ce8ba 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.23.7 + tag: 1.24.1 repo: semitechnologies/weaviate # Image pull policy: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy pullPolicy: IfNotPresent