diff options
author | Alex <alex@adnab.me> | 2023-01-26 21:07:58 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-01-26 21:07:58 +0000 |
commit | a08e01f17a9e4bb80880e28a4a28b2d88a9aec83 (patch) | |
tree | 6d1e91f937be97f49d599ebb584225a1849d9323 /script/helm/garage/Chart.yaml | |
parent | 246f7468cd18c8ef4f3c0c4c209853cd2500cc76 (diff) | |
parent | 559e924cc2e0887e07886374ca018dd9761c3ba5 (diff) | |
download | garage-a08e01f17a9e4bb80880e28a4a28b2d88a9aec83.tar.gz garage-a08e01f17a9e4bb80880e28a4a28b2d88a9aec83.zip |
Merge pull request 'Enable daemonset deployment using the helm chart' (#409) from kaiyou/garage:feat-k8s-daemonset into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/409
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 7fb4c531..f845cfe8 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.2.0 +version: 0.3.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 |