From 5be2ff2e29f2fe97bc089c315676b0c05fcba49b Mon Sep 17 00:00:00 2001 From: Moustafa Nawar Date: Tue, 11 Oct 2022 11:35:14 +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 9128316..8655c59 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.4 +version: 0.2.5 # 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.10.1" +appVersion: "0.10.3" diff --git a/values.yaml b/values.yaml index ed3dd50..17b8355 100644 --- a/values.yaml +++ b/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: repository: qdrant/qdrant pullPolicy: IfNotPresent - tag: v0.10.1 + tag: v0.10.3 imagePullSecrets: [] nameOverride: ""