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

feat(app): upgrade Mastodon to 4.2.5

The default `image.tag` value has been changed from `v4.2` to the exact
`v4.2.5` version. With the non-exact version tag, patch upgrades on
existing installs would be missed unless `image.pullPolicy` has been
customized to `Always`.
This commit is contained in:
Jim Myhrberg 2024-02-03 13:36:54 +01:00 committed by Renaud Chaput
parent 826d6e945f
commit f5c9cdc364
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 # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.1.0 version: 4.1.1
# This is the version number of the application being deployed. This version number should be # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v4.2.3 appVersion: v4.2.5
dependencies: dependencies:
- name: elasticsearch - name: elasticsearch

View File

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