diff options
author | Alex <alex@adnab.me> | 2024-09-22 13:02:02 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-09-22 13:02:02 +0000 |
commit | a18b3f0d1fb932df5abce6f5e79169ca01006e3b (patch) | |
tree | 3100af88e9c1be1f5259de7af950f0e6c5dbfa4c /script | |
parent | c731f0291a1eff1650fb6c648eb111a4b5e01516 (diff) | |
parent | 7a143f46fc0870fd0763c2161e41430681fa51ab (diff) | |
download | garage-a18b3f0d1fb932df5abce6f5e79169ca01006e3b.tar.gz garage-a18b3f0d1fb932df5abce6f5e79169ca01006e3b.zip |
Merge pull request 'Garage v1.0.1' (#881) from rel-v1.0.1 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/881
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" |