Skip to content

Commit 94192d9

Browse files
[MISC] Pin grafana-agent-k8s channel to 1/stable (#446)
1 parent fbbc11b commit 94192d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/test_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async def test_exporter_endpoint(ops_test: OpsTest, charm) -> None:
7373
application_name=GRAFANA_AGENT_APP_NAME,
7474
num_units=1,
7575
76-
channel="latest/stable",
76+
channel="1/stable",
7777
),
7878
)
7979

tests/integration/test_exporter_with_tls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async def test_exporter_endpoint(ops_test: OpsTest, charm) -> None:
8989
application_name=GRAFANA_AGENT_APP_NAME,
9090
num_units=1,
9191
92-
channel="latest/stable",
92+
channel="1/stable",
9393
),
9494
)
9595

0 commit comments

Comments
 (0)