mastodon: bump to v4.2.12, helm chart v5.1.5

This commit is contained in:
ace 2024-08-19 19:25:21 +03:00
parent 097cb672f1
commit 72a60c9e67
Signed by: ace
GPG Key ID: 2C08973DD37A76FD
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.1.4 version: 5.1.5
# 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.11 appVersion: v4.2.12
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.11" tag: "v4.2.12"
# use `Always` when using `latest` tag # use `Always` when using `latest` tag
pullPolicy: IfNotPresent pullPolicy: IfNotPresent