juju client version = 2.9.33-ubuntu-amd64
controller version = 2.9.33
A charm whose
metadata is https://paste.ubuntu.com/p/SHdmZbFZGk/
manifest is https://paste.ubuntu.com/p/xx695vGz8S/
fails to perform a local upgrade of a previously installed charm
~/git/charmed-kubernetes/metallb-operator/charms/metallb-speaker main*
❯ juju upgrade-charm metallb-speaker --path=./metallb-speaker_ubuntu-20.04-amd64_ubuntu-22.04-amd64.charm
ERROR series "focal" not supported by charm, supported series are: kubernetes
Build charm from here:
https://github.com/charmed-kubernetes/metallb-operator/tree/main/charms/metallb-speaker
Steps to reproduce:
* start with a kubernetes cluster (microk8s should work but disabling RBAC makes it easier)
* deploy from charmhub with `juju deploy metallb-speaker`
* wait for stable
* perform juju upgrade-charm metallb-speakder --path=<localtion of built charm>
* profit
Confirmed in 2.9.33 and 3.0-rc1. This could be related with https:/ /bugs.launchpad .net/juju/ +bug/1983581