mirror of
https://github.com/mastodon/chart
synced 2025-04-27 10:43:37 +00:00
Update the version (#186)
This commit is contained in:
parent
978a8569e5
commit
86cd73a766
|
@ -1,3 +1,7 @@
|
|||
# 6.2.3
|
||||
|
||||
- Updated the Mastodon version to v4.3.7
|
||||
|
||||
# 6.2.2
|
||||
|
||||
- `app.kubernetes.io/version` shortens any potential digest hash to 7 characters to avoid hitting the 63 character label limit.
|
||||
|
|
|
@ -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: 6.2.2
|
||||
version: 6.2.3
|
||||
|
||||
# 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.3.6"
|
||||
appVersion: "v4.3.7"
|
||||
|
||||
dependencies:
|
||||
- name: elasticsearch
|
||||
|
|
Loading…
Reference in New Issue
Block a user