From f7992ace5549062974ab8f4e792f738f59788e45 Mon Sep 17 00:00:00 2001 From: Moustafa Nawar Date: Tue, 20 Sep 2022 16:09:02 +0200 Subject: [PATCH] bump version --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 438e953..da6eed1 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,10 +15,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: 0.2.2 +version: 0.2.3 # 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. # It is recommended to use it with quotes. -appVersion: "0.9.1" +appVersion: "0.10.1" diff --git a/values.yaml b/values.yaml index 10e29a5..ed3dd50 100644 --- a/values.yaml +++ b/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: repository: qdrant/qdrant pullPolicy: IfNotPresent - tag: v0.9.1 + tag: v0.10.1 imagePullSecrets: [] nameOverride: ""