Skip to content

Commit ced62dd

Browse files
authored
COSI driver verion bump up (#370)
1 parent ae9b2a4 commit ced62dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/cosi/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023 Dell Inc. or its subsidiaries. All Rights Reserved.
1+
# Copyright © 2024 Dell Inc. or its subsidiaries. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -27,10 +27,10 @@ type: application
2727
# This is the chart version. This version number should be incremented each time you make changes
2828
# to the chart and its templates, including the app version.
2929
# Versions are expected to follow Semantic Versioning (https://semver.org/)
30-
version: 0.1.1
30+
version: 0.1.2
3131

3232
# This is the version number of the application being deployed. This version number should be
3333
# incremented each time you make changes to the application. Versions are not expected to
3434
# follow Semantic Versioning. They should reflect the version the application is using.
3535
# It is recommended to use it with quotes.
36-
appVersion: 1.0.0-alpha
36+
appVersion: 1.1.0-alpha

charts/cosi/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023 Dell Inc. or its subsidiaries. All Rights Reserved.
1+
# Copyright © 2024 Dell Inc. or its subsidiaries. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ provisioner:
3131
# repository is the COSI driver provisioner container image repository.
3232
repository: "docker.io/dellemc/cosi"
3333
# tag is the COSI driver provisioner container image tag.
34-
tag: "v0.1.0"
34+
tag: "v0.2.0"
3535
# pullPolicy is the COSI driver provisioner container image pull policy.
3636
pullPolicy: "IfNotPresent"
3737

0 commit comments

Comments
 (0)