about summary refs log tree commit diff
path: root/chart
diff options
context:
space:
mode:
authorAlexandra Catalina <dunn.alex@gmail.com>2022-01-08 18:21:19 -0800
committerGitHub <noreply@github.com>2022-01-09 03:21:19 +0100
commit3dc0357d9e901d930c6380e0fc7b455f627129fe (patch)
tree725461bd5d171d865cb5c7f0b9237faef4becc16 /chart
parentbc066d8936e2cfaa2dc275d9a5d4aefc0cbc1d86 (diff)
helm: upgrade elasticsearch to 7.x (#17262)
Diffstat (limited to 'chart')
-rw-r--r--chart/Chart.yaml2
-rw-r--r--chart/values.yaml4
2 files changed, 2 insertions, 4 deletions
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index a09ae8e8a..24676d749 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -15,7 +15,7 @@ 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: 1.1.1
+version: 1.2.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
diff --git a/chart/values.yaml b/chart/values.yaml
index 4fc4084d4..bbe55410e 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -110,10 +110,8 @@ elasticsearch:
   # RAILS_ENV=production bundle exec rake chewy:sync
   # (https://docs.joinmastodon.org/admin/optional/elasticsearch/)
   enabled: true
-  # may be removed once https://github.com/tootsuite/mastodon/pull/13828 is part
-  # of a tagged release
   image:
-    tag: 6
+    tag: 7
 
 # https://github.com/bitnami/charts/tree/master/bitnami/postgresql#parameters
 postgresql: