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.

Fixes #76
  • Loading branch information
DnPlas committed Apr 17, 2024
1 parent 1d09ec8 commit ea87584
Show file tree
Hide file tree
Showing 10 changed files with 493 additions and 36 deletions.
15 changes: 8 additions & 7 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Copyright 2021 Canonical Ltd.
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

type: "charm"
type: charm
bases:
- build-on:
- name: "ubuntu"
channel: "20.04"
- name: "ubuntu"
channel: "20.04"
run-on:
- name: "ubuntu"
channel: "20.04"
- name: "ubuntu"
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 ea87584

Please sign in to comment.