diff options
author | Alex Auvolat <alex@adnab.me> | 2023-09-11 13:14:18 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-09-11 13:14:18 +0200 |
commit | ad6b1cc0bed8a01ebeb2aacf995a69ced785b5a6 (patch) | |
tree | ac0d6b2e573d1fc4572e7b7f28f5a7e8e34d0c18 /script | |
parent | 7228fbfd4f62942cf0212d838446ece5ee7f8ef2 (diff) | |
parent | 5f86b48f9766019c6c74d14c2fba8c1176423cfb (diff) | |
download | garage-ad6b1cc0bed8a01ebeb2aacf995a69ced785b5a6.tar.gz garage-ad6b1cc0bed8a01ebeb2aacf995a69ced785b5a6.zip |
Merge branch 'main' into next
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 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" |