Skip to content

Commit

Permalink
Merge pull request #353 from marko-bekhta/dep/opensearch-218
Browse files Browse the repository at this point in the history
Update to OpenSearch 2.18
  • Loading branch information
yrodiere authored Nov 6, 2024
2 parents 560e148 + 1d7a00e commit 5066f95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<version.formatter.plugin>2.24.1</version.formatter.plugin>
<version.impsort-maven-plugin>1.12.0</version.impsort-maven-plugin>
<!-- This version needs to match the version in src/main/docker/opensearch-custom.Dockerfile -->
<version.opensearch>2.17</version.opensearch>
<version.opensearch>2.18</version.opensearch>
<version.quarkus-web-bundler>1.7.3</version.quarkus-web-bundler>
</properties>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/opensearch-custom.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM opensearchproject/opensearch:2.17.1
FROM opensearchproject/opensearch:2.18.0

# Workaround for https://github.com/opensearch-project/opensearch-devops/issues/97
RUN chmod -R go=u /usr/share/opensearch
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ quarkus.rest.path=/api
# Hibernate Search
########################
# This version needs to match the version in src/main/docker/opensearch-custom.Dockerfile
quarkus.hibernate-search-standalone.elasticsearch.version=opensearch:2.17
quarkus.hibernate-search-standalone.elasticsearch.version=opensearch:2.18
# Not using :latest here as a workaround until we get https://github.com/quarkusio/quarkus/pull/38896
quarkus.elasticsearch.devservices.image-name=opensearch-custom:${maven.version.opensearch}
quarkus.elasticsearch.devservices.java-opts=${PROD_OPENSEARCH_JAVA_OPTS}
Expand Down

0 comments on commit 5066f95

Please sign in to comment.