From 05ca7120529afe095f09ee19410e30301994b090 Mon Sep 17 00:00:00 2001 From: Michal Hucko Date: Fri, 9 Aug 2024 09:05:51 +0200 Subject: [PATCH] Use v2.15 image (#255) * Use v2.15 image * Use 1.9 minio --- metadata.yaml | 2 +- tests/integration/test_charm.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.yaml b/metadata.yaml index 3946a2d7..9254ad67 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -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 diff --git a/tests/integration/test_charm.py b/tests/integration/test_charm.py index 188592de..4be6a90e 100644 --- a/tests/integration/test_charm.py +++ b/tests/integration/test_charm.py @@ -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,