From edf4cdb5236910712e5efa762dfdfa1431cfd762 Mon Sep 17 00:00:00 2001 From: ace Date: Wed, 2 Feb 2022 05:19:19 +0300 Subject: [PATCH] update mastodon to v3.4.5 --- mastodon/Chart.yaml | 4 ++-- mastodon/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mastodon/Chart.yaml b/mastodon/Chart.yaml index b60b8a6..de582c1 100644 --- a/mastodon/Chart.yaml +++ b/mastodon/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.2 +version: 0.2.3 # This is the version number of the application being deployed. This version number should be # 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. -appVersion: 3.4.4 +appVersion: 3.4.5 dependencies: - name: elasticsearch diff --git a/mastodon/values.yaml b/mastodon/values.yaml index 42bd6f3..b9a82a8 100644 --- a/mastodon/values.yaml +++ b/mastodon/values.yaml @@ -8,7 +8,7 @@ image: # built from the most recent commit # # tag: latest - tag: v3.4.4 + tag: v3.4.5 # use `Always` when using `latest` tag pullPolicy: IfNotPresent