diff options
author | Alex Auvolat <alex@adnab.me> | 2024-09-22 14:25:32 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-09-22 14:25:32 +0200 |
commit | 7a143f46fc0870fd0763c2161e41430681fa51ab (patch) | |
tree | 3100af88e9c1be1f5259de7af950f0e6c5dbfa4c /script | |
parent | c731f0291a1eff1650fb6c648eb111a4b5e01516 (diff) | |
download | garage-7a143f46fc0870fd0763c2161e41430681fa51ab.tar.gz garage-7a143f46fc0870fd0763c2161e41430681fa51ab.zip |
Bump to version 1.0.1v1.0.1rel-v1.0.1
Diffstat (limited to 'script')
-rw-r--r-- | script/helm/garage/Chart.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/helm/garage/Chart.yaml b/script/helm/garage/Chart.yaml index f3834fdc..b981fc61 100644 --- a/script/helm/garage/Chart.yaml +++ b/script/helm/garage/Chart.yaml @@ -15,10 +15,10 @@ 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.5.0 +version: 0.5.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: "v1.0.0" +appVersion: "v1.0.1" |