Feature request: Pinning resource revision numbers when exporting charms
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapstore-client |
New
|
Undecided
|
Unassigned |
Bug Description
Hello!
An important feature that, as far as I'm aware, is currently missing from store-admin is the ability to pin specific resource revisions associated with charms. An example of this would be the way juju bundles work right now:
```
applications:
postgresql-k8s:
channel: 14/edge
charm: postgresql-k8s
constraints: arch=amd64
revision: 123
resources:
postgresq
```
It seems that currently the `resources.
Let me know if any more context is needed here. Thank you!