Skip to content

Commit

Permalink
Merge pull request #599 from canonical/kf-6565-fix-kfp-profile-contro…
Browse files Browse the repository at this point in the history
…ller-tests-backport

backport(fix): Use channel to deploy minio from #598
  • Loading branch information
orfeas-k authored Nov 14, 2024
2 parents 1b8e9e3 + 45b0c28 commit 2dfea87
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 2dfea87

Please sign in to comment.