Skip to content

Commit

Permalink
refactor: use k8s_service_info lib instead of SDI
Browse files Browse the repository at this point in the history
Use the k8s_service_info for receiving the MLMD GRPC Service info instead of using
the SDI, as it will stop being supported soon.
This commit also ensures that mlmd runs with trust=True in the
integration tests.

Fixes #413
  • Loading branch information
DnPlas committed Apr 17, 2024
1 parent e32222f commit 639c807
Show file tree
Hide file tree
Showing 11 changed files with 611 additions and 86 deletions.
10 changes: 6 additions & 4 deletions charms/kfp-metadata-writer/charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Learn more about charmcraft.yaml configuration at:
# https://juju.is/docs/sdk/charmcraft-config
type: "charm"
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

type: charm
bases:
- build-on:
- name: "ubuntu"
Expand All @@ -10,4 +11,5 @@ bases:
channel: "20.04"
parts:
charm:
charm-python-packages: [setuptools, pip] # Fixes install of some packages
charm-python-packages: [setuptools, pip]
build-packages: [cargo, rustc, pkg-config, libffi-dev, libssl-dev]
Loading

0 comments on commit 639c807

Please sign in to comment.