File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55"""Collection of global literals for the charm."""
66
7- OPENSEARCH_DASHBOARDS_SNAP_REVISION = "30 "
7+ OPENSEARCH_DASHBOARDS_SNAP_REVISION = "41 "
88
99SUBSTRATE = "vm"
1010CHARM_KEY = "opensearch-dashboards"
2121
2222DEPENDENCIES = {
2323 "osd_upstream" : {
24- "dependencies" : {"opensearch" : "2.19.1 " },
24+ "dependencies" : {"opensearch" : "2.19.2 " },
2525 "name" : "opensearch-dashboards" ,
2626 "upgrade_supported" : ">=2" ,
27- "version" : "2.19.1 " ,
27+ "version" : "2.19.2 " ,
2828 },
2929}
3030
Original file line number Diff line number Diff line change 4747 """ ,
4848}
4949COS_AGENT_APP_NAME = "grafana-agent"
50+ COS_CHANNEL = "1/stable"
5051COS_AGENT_RELATION_NAME = "cos-agent"
5152DB_CLIENT_APP_NAME = "application"
5253
@@ -67,7 +68,7 @@ async def test_build_and_deploy(
6768 await ops_test .model .set_config (OPENSEARCH_CONFIG )
6869
6970 config = {"ca-common-name" : "CN_CA" }
70- await ops_test .model .deploy (COS_AGENT_APP_NAME , series = series )
71+ await ops_test .model .deploy (COS_AGENT_APP_NAME , channel = COS_CHANNEL , series = series )
7172 await ops_test .model .deploy (
7273 OPENSEARCH_APP_NAME ,
7374 channel = "2/edge" ,
You can’t perform that action at this time.
0 commit comments