Skip to content

Commit

Permalink
[DPE-3647] Upgrade to 2.12.0 (#196)
Browse files Browse the repository at this point in the history
Moves the charm to the newer 2.12.0 release. Updates the JDK to v21.
  • Loading branch information
phvalguima authored Mar 11, 2024
1 parent cd6f39b commit e7acbdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/charms/opensearch/v0/constants_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@
OpenSearchRoles = set()

# Opensearch Snap revision
OPENSEARCH_SNAP_REVISION = 39
OPENSEARCH_SNAP_REVISION = 40
2 changes: 1 addition & 1 deletion src/opensearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _build_paths(self) -> Paths:
conf=f"{self._SNAP_DATA}/etc/opensearch",
data=f"{self._SNAP_COMMON}/var/lib/opensearch",
logs=f"{self._SNAP_COMMON}/var/log/opensearch",
jdk=f"{self._SNAP}/usr/lib/jvm/java-17-openjdk-amd64",
jdk=f"{self._SNAP}/usr/lib/jvm/java-21-openjdk-amd64",
tmp=f"{self._SNAP_COMMON}/usr/share/tmp",
bin=f"{self._SNAP}/usr/share/opensearch/bin",
)
Expand Down

0 comments on commit e7acbdd

Please sign in to comment.