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"