From dbd078b1b57a37279c98c40f929f1d9850f9096c Mon Sep 17 00:00:00 2001 From: boyamurthy <92081029+boyamurthy@users.noreply.github.com> Date: Tue, 28 May 2024 18:06:14 +0530 Subject: [PATCH] Update cosi versions (#434) --- charts/cosi/Chart.yaml | 4 ++-- charts/cosi/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cosi/Chart.yaml b/charts/cosi/Chart.yaml index 0cd3a7ec..66f549c6 100644 --- a/charts/cosi/Chart.yaml +++ b/charts/cosi/Chart.yaml @@ -27,11 +27,11 @@ 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.1.3 +version: 0.2.1 # 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: 1.1.0-alpha +appVersion: 0.2.1-alpha diff --git a/charts/cosi/values.yaml b/charts/cosi/values.yaml index 11719bf7..5107d0a7 100644 --- a/charts/cosi/values.yaml +++ b/charts/cosi/values.yaml @@ -31,7 +31,7 @@ provisioner: # repository is the COSI driver provisioner container image repository. repository: "docker.io/dellemc/cosi" # tag is the COSI driver provisioner container image tag. - tag: "v0.2.0" + tag: "v0.2.1" # pullPolicy is the COSI driver provisioner container image pull policy. pullPolicy: "IfNotPresent"