From db513c36f0f2eb4dfc61179857ae37e8af86fd29 Mon Sep 17 00:00:00 2001 From: Jeremiah Lee <106775223+jeremiahlee@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:52:06 -0400 Subject: [PATCH] chore(deps): upgrade app to Mastodon v4.2.10 (#144) --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 97bf23b..a00d08d 100644 --- a/Chart.yaml +++ b/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: 5.3.0 +version: 5.3.1 # 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: v4.2.8 +appVersion: v4.2.10 dependencies: - name: elasticsearch diff --git a/values.yaml b/values.yaml index 46674c5..1864974 100644 --- a/values.yaml +++ b/values.yaml @@ -6,7 +6,7 @@ image: # built from the most recent commit # # tag: latest - tag: "v4.2.8" + tag: "v4.2.10" # use `Always` when using `latest` tag pullPolicy: IfNotPresent