diff options
author | Alex <alex@adnab.me> | 2024-03-01 14:07:00 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-01 14:07:00 +0000 |
commit | e28599497702ab541f652d9d5ae097049b3b804d (patch) | |
tree | 92a6f94078749f875d9e6e66a14f345768685b87 /script | |
parent | 34086531a842199d6d998bd85d8f65429c4a351d (diff) | |
parent | d94b086db32788bf5b8206852052c9f7c8a31cd8 (diff) | |
download | garage-e28599497702ab541f652d9d5ae097049b3b804d.tar.gz garage-e28599497702ab541f652d9d5ae097049b3b804d.zip |
Merge pull request 'Bump version to v0.8.6' (#746) from rel-0.8.6 into main-0.8.x
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/746
Diffstat (limited to 'script')
-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 d86cf9b0..4c295a89 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.5" +appVersion: "v0.8.6" |