Skip to content

Commit

Permalink
fix: use kubeflow-profiles that supports k8s 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner committed Aug 11, 2022
1 parent a2febaf commit 9f902b3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ async def test_build_and_deploy(ops_test: OpsTest):
# Deploy charms responsible for CRDs creation
await ops_test.model.deploy(
entity_url="kubeflow-profiles",
# TODO: Revert once kubeflow-profiles stable supports k8s 1.22
channel="latest/edge",
trust=True,
)
await ops_test.model.deploy(
entity_url="metacontroller-operator",
# TODO: Revert once metacontroller that supports k8s 1.22 is in stable
# TODO: Revert once metacontroller stable supports k8s 1.22
channel="latest/edge",
trust=True,
)
Expand Down

0 comments on commit 9f902b3

Please sign in to comment.