Skip to content

Commit

Permalink
Update cosi versions (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
boyamurthy authored and shefali-malhotra committed May 28, 2024
1 parent a956bcc commit d50a090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/cosi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/cosi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d50a090

Please sign in to comment.