3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 19:02:44 +00:00

chore(chart): Update appVersion in helm chart (#19653)

This patch updates the helm chart appVersion to the current release and
removes the additional definition in the image tag field, to reduce
duplication.

Since the image will automatically default to the Charts' app version
anyway and this is the more common place to specifiy application
versions for helm charts, this patch switches the prefering this field.

The reason why to use the tag field for the chart itself, seems to be
gone. Since renovatebot is no longer used.
This commit is contained in:
Sheogorath 2022-11-08 17:20:34 +01:00 committed by GitHub
parent dcb8147810
commit f7e2b1d724
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ version: 2.0.0
# 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: 3.3.0
appVersion: v3.5.3
dependencies:
- name: elasticsearch

View File

@ -8,7 +8,7 @@ image:
# built from the most recent commit
#
# tag: latest
tag: v3.5.2
tag: ""
# use `Always` when using `latest` tag
pullPolicy: IfNotPresent