From 77c2028150a33dc207357fac3f0d9a58288f1562 Mon Sep 17 00:00:00 2001 From: ace Date: Tue, 13 May 2025 00:12:14 +0300 Subject: [PATCH] mastodon: bump to v4.2.21, helm chart v5.1.8 --- 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 bc63f96..7001ae9 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: 5.1.7 +version: 5.1.8 # 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.19 +appVersion: v4.2.21 dependencies: - name: elasticsearch diff --git a/mastodon/values.yaml b/mastodon/values.yaml index 1b7d59f..c6ac779 100644 --- a/mastodon/values.yaml +++ b/mastodon/values.yaml @@ -6,7 +6,7 @@ image: # built from the most recent commit # # tag: latest - tag: "v4.2.19" + tag: "v4.2.21" # use `Always` when using `latest` tag pullPolicy: IfNotPresent