Skip to content

Commit

Permalink
Update 3.0.0 manifests to use JDK-23 (#5095)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Oct 11, 2024
1 parent f7ee643 commit 838e472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/3.0.0/opensearch-3.0.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: OpenSearch
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-al2-opensearch-build-v1
args: -e JAVA_HOME=/opt/java/openjdk-21
args: -e JAVA_HOME=/opt/java/openjdk-23
components:
- name: alerting
integ-test:
Expand Down
2 changes: 1 addition & 1 deletion manifests/3.0.0/opensearch-3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-al2-opensearch-build-v1
args: -e JAVA_HOME=/opt/java/openjdk-21
args: -e JAVA_HOME=/opt/java/openjdk-23
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
Expand Down

0 comments on commit 838e472

Please sign in to comment.