diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-04 14:41:47 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-04 15:06:35 +0100 |
commit | 2eb114f42225faec3f70d498fdd51a6e8952a396 (patch) | |
tree | a1c7ae17e5100624349cf59fc6c86a6f6f234821 /script/helm | |
parent | f5b245729f275e03f8efd92bc544f4e3bb573832 (diff) | |
download | garage-2eb114f42225faec3f70d498fdd51a6e8952a396.tar.gz garage-2eb114f42225faec3f70d498fdd51a6e8952a396.zip |
[fix-presigned-0.8] bump version to v0.8.7v0.8.7
Diffstat (limited to 'script/helm')
-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 4c295a89..52c5afe8 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.6" +appVersion: "v0.8.7" |