diff options
author | Alex <alex@adnab.me> | 2024-01-16 10:30:54 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-01-16 10:30:54 +0000 |
commit | 083e982f5fd0e88e496da7d67734abd8927f3f98 (patch) | |
tree | a733bfb83fb8b359140fcbde52a39ff56dc3e1a5 /script/helm/garage | |
parent | a6421ee5a5866828961a17368272c6c3af1ef0ba (diff) | |
parent | 50643e61bfb4ef0782e4364ed368bdfa62be7e5e (diff) | |
download | garage-083e982f5fd0e88e496da7d67734abd8927f3f98.tar.gz garage-083e982f5fd0e88e496da7d67734abd8927f3f98.zip |
Merge pull request 'Garage v0.8.5' (#687) from rel-0.8.5 into main-0.8.xv0.8.5
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/687
Diffstat (limited to 'script/helm/garage')
-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 31c5d4e2..d86cf9b0 100644 --- a/script/helm/garage/Chart.yaml +++ b/script/helm/garage/Chart.yaml @@ -21,4 +21,4 @@ version: 0.4.1 # 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.8.4" +appVersion: "v0.8.5" |