juju deploy jammy when focal requested

Bug #2039179 reported by Heather Lanigan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical Juju
Triaged
High
Jack Shaw
3.1
New
Undecided
Unassigned
3.2
New
Undecided
Unassigned

Bug Description

`juju deploy postgresql --series focal` should fail today charm revision, 288, at the tip of the default channel, 1.4/stable only supports jammy. Instead a jammy only channel was deployed on focal.

This also reproduces in 3.1 and 3.2, but not 3.3.beta2 right now

$ juju deploy postgresql --series focal
Located charm "postgresql" in charm-hub, revision 288
Deploying "postgresql" from charm-hub charm "postgresql", revision 288 in channel 14/stable on focal

juju:PRIMARY> db.charms.find({"_id" : "97b73441-4d56-471c-80f0-c64d19e2ca9a:ch:amd64/focal/postgresql-288"},{"meta.series":1, "manifest":1}).pretty()
{
 "_id" : "97b73441-4d56-471c-80f0-c64d19e2ca9a:ch:amd64/focal/postgresql-288",
 "meta" : {
  "series" : [
   "jammy"
  ]
 },
 "manifest" : {
  "bases" : [
   {
    "name" : "ubuntu",
    "channel" : {
     "track" : "22.04",
     "risk" : "stable",
     "branch" : ""
    },
    "architectures" : [
     "amd64"
    ]
   }
  ]
 }
}

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.