From 3eb66851037174316314e09072ccf498a138a2c8 Mon Sep 17 00:00:00 2001 From: ace Date: Mon, 10 Jul 2023 11:57:20 +0300 Subject: [PATCH] mastodon: bump to v4.1.4, helm chart v4.0.1 --- 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 4b34ee7..cd70fb1 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: 4.0.0 +version: 4.0.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.1.2 +appVersion: 4.1.4 dependencies: - name: elasticsearch diff --git a/mastodon/values.yaml b/mastodon/values.yaml index f5d036f..460ab4c 100644 --- a/mastodon/values.yaml +++ b/mastodon/values.yaml @@ -6,7 +6,7 @@ image: # built from the most recent commit # # tag: latest - tag: "v4.1.2" + tag: "v4.1.4" # use `Always` when using `latest` tag pullPolicy: IfNotPresent