Skip to content

Commit

Permalink
Bump ELASTICSEARCH_TAG to 8.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Badatos committed Dec 4, 2024
1 parent 7b58f99 commit c2d1011
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env.dev-exemple
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DJANGO_SUPERUSER_USERNAME=<USER>
DJANGO_SUPERUSER_PASSWORD=<PWD>
DJANGO_SUPERUSER_EMAIL=<MAIL>
### You can use internal registry
ELASTICSEARCH_TAG=elasticsearch:8.13.0
ELASTICSEARCH_TAG=elasticsearch:8.16.1
NODE_TAG=node:19
PYTHON_TAG=python:3.9-bullseye
REDIS_TAG=redis:alpine3.16
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pod_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
DJANGO_SUPERUSER_USERNAME: "admin"
DJANGO_SUPERUSER_PASSWORD: "passwd"
DJANGO_SUPERUSER_EMAIL: "noreply@uni.fr"
ELASTICSEARCH_TAG: "elasticsearch:7.17.18"
ELASTICSEARCH_TAG: "elasticsearch:8.16.1"
NODE_VERSION: "20"
NODE_TAG: "node:20"
PYTHON_TAG: "python:3.9-bullseye"
Expand Down Expand Up @@ -128,10 +128,10 @@ jobs:
sudo chown -R runner:runner .
## Start unit test test ##
- name: Runs Elasticsearch
- name: Run Elasticsearch
uses: elastic/elastic-github-actions/elasticsearch@refactor_with_plugins
with:
stack-version: 7.17.25
stack-version: 8.16.1
plugins: analysis-icu

- name: Setup Pod
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pod_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
sudo npm install -g yarn
## Start unit test test ##
- name: Runs Elasticsearch
- name: Run Elasticsearch
uses: elastic/elastic-github-actions/elasticsearch@refactor_with_plugins
with:
stack-version: 8.16.0
stack-version: 8.16.1
plugins: analysis-icu

- name: Setup Pod
Expand Down
2 changes: 1 addition & 1 deletion dockerfile-dev-with-volumes/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ linux/arm64/v8
DJANGO_SUPERUSER_USERNAME=
DJANGO_SUPERUSER_PASSWORD=
DJANGO_SUPERUSER_EMAIL=
ELASTICSEARCH_TAG=elasticsearch:8.8.1
ELASTICSEARCH_TAG=elasticsearch:8.16.1
NODE_TAG=node:19
PYTHON_TAG=python:3.9-bullseye
REDIS_TAG=redis:alpine3.16
Expand Down

0 comments on commit c2d1011

Please sign in to comment.