Skip to content

Commit a532277

Browse files
committed
feat(elasticsearch): Upgrade to 9.x
1 parent 8f68a11 commit a532277

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pillar/docs.sls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ apache:
2626

2727
elasticsearch:
2828
# This is to inform the installation of ReadOnlyREST – not to control the version of Elasticsearch to install.
29-
version: 8.19.10
29+
version: 9.3.2
3030
plugins:
3131
readonlyrest:
32-
version: 1.68.0_es8.19.10
32+
version: 1.68.0_es9.3.2
3333
configuration: docs

salt/elasticsearch/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
elasticsearch:
22
pkgrepo.managed:
33
- humanname: Elasticsearch Official Repository
4-
- name: deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.co/packages/8.x/apt stable main
4+
- name: deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.co/packages/9.x/apt stable main
55
- file: /etc/apt/sources.list.d/elasticsearch.list
66
- key_url: https://packages.elasticsearch.org/GPG-KEY-elasticsearch
77
- aptkey: False

0 commit comments

Comments
 (0)