The model.deploy
unable to resolve to a revision for base [email protected]
#1240
Labels
kind/bug
indicates a bug in the project
Description
Running the following
await model.deploy("grafana-agent", "test-name", channel="latest/edge", base="[email protected]", num_units=0)
results in the following error:juju.errors.JujuError: base "[email protected]/stable" is not supported, supported bases are: [email protected]
However, there should be revisions that fits the constriant, such as revision 316:
Adding the revision to the args works fine:
await model.deploy("grafana-agent", "test-name", channel="latest/edge", base="[email protected]", revision=316, num_units=0)
It would be good for the deployment be done without hardcoding the revision.
Urgency
Annoying bug in our test suite
Python-libjuju version
3.6.0.0
Juju version
3.5.4 (locally), 3.6/stable (in GitHub workflows)
Reproduce / Test
The text was updated successfully, but these errors were encountered: