From 163655d61e529664bc3b7736416409ec08655f61 Mon Sep 17 00:00:00 2001 From: Adarsh Kumar Yadav <109620911+adarsh-dell@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:12:45 +0530 Subject: [PATCH] COSI driver verion bump up (#370) --- charts/cosi/Chart.yaml | 5 +++-- charts/cosi/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/cosi/Chart.yaml b/charts/cosi/Chart.yaml index 07b90d88..6da324d4 100644 --- a/charts/cosi/Chart.yaml +++ b/charts/cosi/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright © 2023 Dell Inc. or its subsidiaries. All Rights Reserved. +# Copyright © 2024 Dell Inc. or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,9 +28,10 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) version: 0.1.2 +version: 0.1.2 # 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.1.1-alpha +appVersion: 1.1.0-alpha diff --git a/charts/cosi/values.yaml b/charts/cosi/values.yaml index d0141767..11719bf7 100644 --- a/charts/cosi/values.yaml +++ b/charts/cosi/values.yaml @@ -1,4 +1,4 @@ -# Copyright © 2023 Dell Inc. or its subsidiaries. All Rights Reserved. +# Copyright © 2024 Dell Inc. or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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.1.1" + tag: "v0.2.0" # pullPolicy is the COSI driver provisioner container image pull policy. pullPolicy: "IfNotPresent"