File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # Copyright © 2023 Dell Inc. or its subsidiaries. All Rights Reserved.
1
+ # Copyright © 2024 Dell Inc. or its subsidiaries. All Rights Reserved.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -27,10 +27,10 @@ type: application
27
27
# This is the chart version. This version number should be incremented each time you make changes
28
28
# to the chart and its templates, including the app version.
29
29
# Versions are expected to follow Semantic Versioning (https://semver.org/)
30
- version : 0.1.1
30
+ version : 0.1.2
31
31
32
32
# This is the version number of the application being deployed. This version number should be
33
33
# incremented each time you make changes to the application. Versions are not expected to
34
34
# follow Semantic Versioning. They should reflect the version the application is using.
35
35
# It is recommended to use it with quotes.
36
- appVersion : 1.0 .0-alpha
36
+ appVersion : 1.1 .0-alpha
Original file line number Diff line number Diff line change 1
- # Copyright © 2023 Dell Inc. or its subsidiaries. All Rights Reserved.
1
+ # Copyright © 2024 Dell Inc. or its subsidiaries. All Rights Reserved.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ provisioner:
31
31
# repository is the COSI driver provisioner container image repository.
32
32
repository : " docker.io/dellemc/cosi"
33
33
# tag is the COSI driver provisioner container image tag.
34
- tag : " v0.1 .0"
34
+ tag : " v0.2 .0"
35
35
# pullPolicy is the COSI driver provisioner container image pull policy.
36
36
pullPolicy : " IfNotPresent"
37
37
You can’t perform that action at this time.
0 commit comments