We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfa5f9 commit f421024Copy full SHA for f421024
1 file changed
src/literals.py
@@ -4,7 +4,7 @@
4
5
"""Collection of global literals for the charm."""
6
7
-OPENSEARCH_DASHBOARDS_SNAP_REVISION = "23"
+OPENSEARCH_DASHBOARDS_SNAP_REVISION = "24"
8
9
SUBSTRATE = "vm"
10
CHARM_KEY = "opensearch-dashboards"
@@ -20,10 +20,10 @@
20
21
DEPENDENCIES = {
22
"osd_upstream": {
23
- "dependencies": {"opensearch": "2.16"},
+ "dependencies": {"opensearch": "2.17"},
24
"name": "opensearch-dashboards",
25
"upgrade_supported": ">=2",
26
- "version": "2.16",
+ "version": "2.17",
27
},
28
}
29
0 commit comments