From 8e979d61a934a064e4f33a7c25f3d5da205a5147 Mon Sep 17 00:00:00 2001 From: Marcin Antas Date: Thu, 4 May 2023 20:28:14 +0200 Subject: [PATCH] Update versions --- weaviate/Chart.yaml | 4 ++-- weaviate/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/weaviate/Chart.yaml b/weaviate/Chart.yaml index d14038a8..aba8d359 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: 16.0.0 +version: 16.2.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.18.0 +appVersion: 1.19.0 icon: https://raw.githubusercontent.com/weaviate/weaviate/19de0956c69b66c5552447e84d016f4fe29d12c9/docs/assets/weaviate-logo.png diff --git a/weaviate/values.yaml b/weaviate/values.yaml index 6bc34b22..02e47655 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.18.0 + tag: 1.19.0 repo: semitechnologies/weaviate # Image pull policy: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy pullPolicy: IfNotPresent