3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 13:03:21 +00:00

chore(deps): upgrade app to Mastodon v4.2.11

- Helm chart appVersion should be quoted string
This commit is contained in:
Jeremiah Lee 2024-08-16 12:02:08 -04:00
parent db513c36f0
commit 5e1a248585
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 # 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. # you make changes 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: 5.3.1 version: 5.3.2
# 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.10 appVersion: "v4.2.11"
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.10" tag: "v4.2.11"
# use `Always` when using `latest` tag # use `Always` when using `latest` tag
pullPolicy: IfNotPresent pullPolicy: IfNotPresent