summaryrefslogtreecommitdiffstats
path: root/chart/Chart.yaml
diff options
context:
space:
mode:
authorSheogorath <sheogorath@shivering-isles.com>2022-11-08 17:20:34 +0100
committerGitHub <noreply@github.com>2022-11-08 17:20:34 +0100
commitf4b78028a3bdc48517cf3df1e65236f392496d74 (patch)
tree8b844b38a7088f09aa89b84c9d0cc5241f946bb1 /chart/Chart.yaml
parentf7613febb36f1cec9ce4e8762da0f3b182a0e8a4 (diff)
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.
Diffstat (limited to 'chart/Chart.yaml')
-rw-r--r--chart/Chart.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index b1138b594f6..6120a7f3a90 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -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