Skip to content

Commit

Permalink
Use v2.15 image (#255)
Browse files Browse the repository at this point in the history
* Use v2.15 image
* Use 1.9 minio
  • Loading branch information
misohu authored Aug 9, 2024
1 parent 0462ea5 commit 05ca712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
oci-image:
type: oci-image
description: Backing OCI image
upstream-source: docker.io/ubuntu/mlflow:2.1.1_1.0-22.04
upstream-source: docker.io/charmedkubeflow/mlflow:v2.15.1-d756ce7
exporter-oci-image:
type: oci-image
description: Image for Prometheus exporter
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def generate_random_string(length: int = 4):
async def test_add_relational_db_with_relation_expect_active(self, ops_test: OpsTest):
deploy_k8s_resources([PODDEFAULTS_CRD_TEMPLATE])
await ops_test.model.deploy(
OBJECT_STORAGE_CHARM_NAME, channel="ckf-1.7/stable", config=OBJECT_STORAGE_CONFIG
OBJECT_STORAGE_CHARM_NAME, channel="ckf-1.9/stable", config=OBJECT_STORAGE_CONFIG
)
await ops_test.model.deploy(
RELATIONAL_DB_CHARM_NAME,
Expand Down

0 comments on commit 05ca712

Please sign in to comment.