3
0
mirror of https://github.com/mastodon/chart synced 2025-03-14 21:11:50 +00:00

Update mastodon to bugfix release version 4.3.5 (#178)

This commit is contained in:
Sem Schilder 2025-03-10 13:45:48 +01:00 committed by GitHub
parent ba4f2bfcf7
commit fca72bf8f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# 6.0.3
- Updated the Mastodon version to v4.3.5
# 6.0.2 # 6.0.2
- Helm version tagging now utilizes `.Values.image.tag` when set. - Helm version tagging now utilizes `.Values.image.tag` when set.

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: 6.0.2 version: 6.0.3
# 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.3.4" appVersion: "v4.3.5"
dependencies: dependencies:
- name: elasticsearch - name: elasticsearch