canonical / grafana-agent-k8s-operator

https://charmhub.io/grafana-agent-k8s
Apache License 2.0
8 stars 18 forks source link

Split bases #252

Closed sed-i closed 1 year ago

sed-i commented 1 year ago

Issue

A 22.04-built charm does not work on 20.04 because libssl.so.3 isn't there.

Solution

Fixes canonical/grafana-agent-k8s-operator#245

Related:

Testing

juju deploy --channel=edge ubuntu --base ubuntu@20.04
juju deploy ./grafana-agent_ubuntu-20.04-amd64.charm ga
juju relate ga ubuntu
sed-i commented 1 year ago

The k8s part was addressed in https://github.com/canonical/grafana-agent-k8s-operator/pull/254. The machine part can be addressed in its own repo. Closing.