diff options
author | Alex <alex@adnab.me> | 2023-05-09 08:49:00 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-05-09 08:49:00 +0000 |
commit | 0fab9c3b8c02399eecd3217505ef763cdb7c6108 (patch) | |
tree | 0d6448e5ec77810d8766996d8b9e66956e85df90 /script/helm/garage/Chart.yaml | |
parent | 8499cd5c21f336111160b437d11d16fede67a916 (diff) | |
parent | 4ea7983093256bf8395f9c0f0887bb5d1ba26499 (diff) | |
download | garage-0fab9c3b8c02399eecd3217505ef763cdb7c6108.tar.gz garage-0fab9c3b8c02399eecd3217505ef763cdb7c6108.zip |
Merge pull request 'Helm: Include newer config parameters as values' (#565) from jonatan/garage:main into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/565
Diffstat (limited to 'script/helm/garage/Chart.yaml')
-rw-r--r-- | script/helm/garage/Chart.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/helm/garage/Chart.yaml b/script/helm/garage/Chart.yaml index 82b2e106..86f1239f 100644 --- a/script/helm/garage/Chart.yaml +++ b/script/helm/garage/Chart.yaml @@ -15,7 +15,7 @@ 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.4.0 +version: 0.4.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 |