juju deploy jammy when focal requested
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.
{
"_id" : "97b73441-
"meta" : {
"series" : [
"jammy"
]
},
"manifest" : {
"bases" : [
{
"name" : "ubuntu",
"channel" : {
"track" : "22.04",
"risk" : "stable",
"branch" : ""
},
"architectures" : [
"amd64"
]
}
]
}
}