diff options
author | Maximilien R <maximilien@deuxfleurs.fr> | 2022-08-11 01:35:41 +0200 |
---|---|---|
committer | Maximilien R <maximilien@deuxfleurs.fr> | 2022-09-30 18:46:57 +0200 |
commit | db0c8b3980c5cb056c9402332dd09a1bfb276997 (patch) | |
tree | 3c81b18ce35f168f7fe2b625340d484cf5037a9f /script/helm/garage/Chart.yaml | |
parent | 6dba7dadf44781abfb878f06fba86e731b267c87 (diff) | |
download | garage-db0c8b3980c5cb056c9402332dd09a1bfb276997.tar.gz garage-db0c8b3980c5cb056c9402332dd09a1bfb276997.zip |
Updates values.yml with some opinionated and untested defaults
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 9455488a..56598ea4 100644 --- a/script/helm/garage/Chart.yaml +++ b/script/helm/garage/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # 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: "v0.7.2" +appVersion: "v0.7.2.1" |