Skip to content

Commit 184c5c4

Browse files
committed
Bump up elasticsearch version
1 parent e7b5d0a commit 184c5c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ports:
3030
- "5672:5672"
3131
elasticsearch:
32-
image: elasticsearch:9.1.0
32+
image: elasticsearch:9.2.3
3333
ports:
3434
- "9200:9200"
3535
env:

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ RABBITMQ_USERNAME=test
102102
RABBITMQ_PASSWORD=password
103103

104104
# elastic search related configurations
105-
ELASTIC_VERSION=9.1.0
105+
ELASTIC_VERSION=9.2.3
106106
# elastic search will be accessed by fastapi workers
107107
ELASTIC_HOST=localhost

docker/k8s/deployment-mb-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
memory: "1Gi"
5959
cpu: "0.5"
6060
- name: mb-elasticsearch
61-
image: elasticsearch:9.1.0
61+
image: elasticsearch:9.2.3
6262
imagePullPolicy: Always
6363
ports:
6464
- containerPort: 9200

0 commit comments

Comments
 (0)