diff options
author | Alex <alex@adnab.me> | 2023-09-05 22:08:40 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-09-05 22:08:40 +0000 |
commit | 5f86b48f9766019c6c74d14c2fba8c1176423cfb (patch) | |
tree | 6d71885b7df3b76b2e9c0b830a678450c285327f /script/helm/garage/Chart.yaml | |
parent | 32e5686ad8354a2b2b37807ba6d7add73a6d23ee (diff) | |
parent | 51eac97260d768d0f1f93680fad95787f7e42e72 (diff) | |
download | garage-5f86b48f9766019c6c74d14c2fba8c1176423cfb.tar.gz garage-5f86b48f9766019c6c74d14c2fba8c1176423cfb.zip |
Merge pull request 'Revert netapp to 0.5.2 to avoid rmp-serde upgrade that breaks things' (#627) from hold-netapp-0.5.2 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/627
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 6ead9042..31c5d4e2 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.3" +appVersion: "v0.8.4" |