Skip to content

Commit

Permalink
chore(env): update elasticsearch version (#1174)
Browse files Browse the repository at this point in the history
Because

- Elasticsearch fails to start due to a JVM issue with docker.

This commit

- updates Elasticsearch version
  • Loading branch information
donch1989 authored Feb 5, 2025
1 parent 2540997 commit 0d8a99c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ POSTGRESQL_PORT=5432

# Elasticseach
ELASTICSEARCH_IMAGE=elasticsearch
ELASTICSEARCH_VERSION=7.16.2
ELASTICSEARCH_VERSION=7.17.27
ELASTICSEARCH_HOST=elasticsearch
ELASTICSEARCH_PORT=9200

Expand Down
3 changes: 2 additions & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,7 @@ elasticsearch:
xpack.security.enabled: false
## -- The configuration of external Elasticsearch
external:
imageTag: "7.17.23"
# -- The configuration of InfluxDB Cloud
influxdbCloud:
url: "http://core-influxdb2:8086"
Expand Down Expand Up @@ -1395,7 +1396,7 @@ openfga:
spec:
minAvailable:
maxUnavailable:
# -- The configuration of registry
# -- The configuration of registry
registry:
enabled: true
image:
Expand Down

0 comments on commit 0d8a99c

Please sign in to comment.