mastodon: bump to v4.2.19, helm chart v5.1.7

This commit is contained in:
ace 2025-03-14 23:36:07 +03:00
parent a83dac3d32
commit c7255cdaf1
Signed by: ace
GPG Key ID: F7EC00FB2C3118AD
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 to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 5.1.6
version: 5.1.7
# 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.2.17
appVersion: v4.2.19
dependencies:
- name: elasticsearch

View File

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