diff options
author | maximilien <me@mricher.fr> | 2025-01-15 23:53:25 +0000 |
---|---|---|
committer | maximilien <me@mricher.fr> | 2025-01-15 23:53:25 +0000 |
commit | 255b01b626096ef98cf24c9552b39c0372fb4eb3 (patch) | |
tree | d8ecb8af2d5491262bbec0edb2df5ab9e79c9bad /script/helm/garage/Chart.yaml | |
parent | 39ac034de55c7040b61a08ecb95c58afa983501c (diff) | |
parent | 58a765c51fa0190349601fd5ba9e5c496f254468 (diff) | |
download | garage-255b01b626096ef98cf24c9552b39c0372fb4eb3.tar.gz garage-255b01b626096ef98cf24c9552b39c0372fb4eb3.zip |
Merge pull request 'Helm chart: Add garage.existingConfigmap and replace garage.garage.toml with garage.garageTomlString' (#923) from jessebot/garage:allow-existing-configmap into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/923
Reviewed-by: maximilien <me@mricher.fr>
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 b981fc61..fca569cc 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.5.1 +version: 0.6.0 # 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 |