Skip to content

Commit f421024

Browse files
committed
Version 2.17
1 parent 8cfa5f9 commit f421024

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/literals.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
"""Collection of global literals for the charm."""
66

7-
OPENSEARCH_DASHBOARDS_SNAP_REVISION = "23"
7+
OPENSEARCH_DASHBOARDS_SNAP_REVISION = "24"
88

99
SUBSTRATE = "vm"
1010
CHARM_KEY = "opensearch-dashboards"
@@ -20,10 +20,10 @@
2020

2121
DEPENDENCIES = {
2222
"osd_upstream": {
23-
"dependencies": {"opensearch": "2.16"},
23+
"dependencies": {"opensearch": "2.17"},
2424
"name": "opensearch-dashboards",
2525
"upgrade_supported": ">=2",
26-
"version": "2.16",
26+
"version": "2.17",
2727
},
2828
}
2929

0 commit comments

Comments
 (0)