File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
deployments/helm/dra-example-driver Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,14 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18+ # This should not be manually updated. It will be automatically set based on a
19+ # Git tag when a release is published.
1820version : 0.0.0-dev
1921
2022# This is the version number of the application being deployed. This version number should be
2123# incremented each time you make changes to the application. Versions are not expected to
2224# follow Semantic Versioning. They should reflect the version the application is using.
2325# It is recommended to use it with quotes.
2426appVersion : " v0.1.0"
27+
28+ kubeVersion : " 1.32.x"
You can’t perform that action at this time.
0 commit comments