Skip to content

Commit

Permalink
fix: Use channel to deploy minio (#598)
Browse files Browse the repository at this point in the history
* fix: Use channel to deploy minio
  • Loading branch information
orfeas-k authored Nov 14, 2024
1 parent 0b065ef commit 1f872e0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ async def test_build_and_deploy(ops_test: OpsTest):
)

# Deploy required relations
await ops_test.model.deploy(entity_url=MINIO, config=MINIO_CONFIG, trust=True)
await ops_test.model.deploy(
entity_url=MINIO, config=MINIO_CONFIG, trust=True, channel=MINIO_CHANNEL
)
await ops_test.model.add_relation(
f"{CHARM_NAME}:object-storage",
f"{MINIO}:object-storage",
Expand Down

0 comments on commit 1f872e0

Please sign in to comment.