3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 10:52:44 +00:00

chore(deps): upgrade app to Mastodon v4.2.8 (#131)

Co-authored-by: Tim Campbell <timetinytim@gmail.com>
This commit is contained in:
Jim Myhrberg 2024-04-18 14:32:37 +01:00 committed by GitHub
parent 674d9c4252
commit 3e5322bb98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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.0
version: 5.1.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.7
appVersion: v4.2.8
dependencies:
- name: elasticsearch

View File

@ -6,7 +6,7 @@ image:
# built from the most recent commit
#
# tag: latest
tag: "v4.2.7"
tag: "v4.2.8"
# use `Always` when using `latest` tag
pullPolicy: IfNotPresent