Deploying COS - error on prometheus-k8s channel

Hi everyone,

I deployed COS yesterday without a problem, today - having this issue

juju deploy cos-lite --trust
Located bundle "cos-lite" in charm-hub, revision 11
Located charm "alertmanager-k8s" in charm-hub, channel 1/stable
Located charm "catalogue-k8s" in charm-hub, channel 1/stable
Located charm "grafana-k8s" in charm-hub, channel 1/stable
Located charm "loki-k8s" in charm-hub, channel 1/stable
ERROR cannot deploy bundle: cannot resolve charm or bundle "prometheus-k8s": selecting releases: charm or bundle not found for channel "stable", base "amd64"
available releases are:
  channel "1/candidate": available bases are: ubuntu@20.04
  channel "1/beta": available bases are: ubuntu@20.04
  channel "1/edge": available bases are: ubuntu@20.04
  channel "2/edge": available bases are: ubuntu@24.04

am I the only one?

We are having the same issue. Have you found a solution yet?

1 Like

We were able to resolve this by adding in an overlay to direct to the channel 1/stable directly rather than just stable.
That seems to have worked for us.

I have same issue

1 Like

I ended up rendereing my own yaml and point prometheus to channel: 2/edge which seems to be the latest version, so it should look like the below:

  prometheus:
    charm: prometheus-k8s
    scale: 1
    trust: true
    channel: 2/edge