File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- # 6.6.2
1+ # 6.6.3
22
33- Added additional customization for redis secret. Can now specify auth secrey key:
44``` yaml
@@ -14,8 +14,13 @@ redis:
1414 auth :
1515 existingSecret :
1616 existingSecretKey :
17+
1718```
1819
20+ # 6.6.2
21+
22+ - Update the mastodon version to v4.5.2
23+
1924# 6.6.1
2025
2126- Update the mastodon version to v4.5.1
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
1515# This is the chart version. This version number should be incremented each time
1616# you make changes to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 6.6.2
18+ version : 6.6.3
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
23- appVersion : " v4.5.1 "
23+ appVersion : " v4.5.2 "
2424
2525dependencies :
2626 - name : elasticsearch
You can’t perform that action at this time.
0 commit comments