launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #31062
[Merge] ~pelpsi/launchpad-mojo-specs/+git/private:fetch-service-charmhub-configuration into ~launchpad/launchpad-mojo-specs/+git/private:master
Simone Pelosi has proposed merging ~pelpsi/launchpad-mojo-specs/+git/private:fetch-service-charmhub-configuration into ~launchpad/launchpad-mojo-specs/+git/private:master.
Commit message:
Get fetch-service from Charmhub
Requested reviews:
Canonical Launchpad Engineering (launchpad)
For more details, see:
https://code.launchpad.net/~pelpsi/launchpad-mojo-specs/+git/private/+merge/464821
--
Your team Launchpad code reviewers is subscribed to branch ~launchpad/launchpad-mojo-specs/+git/private:master.
diff --git a/lp-fetch-service/bundle.yaml b/lp-fetch-service/bundle.yaml
index 8bd8dd3..67472ee 100644
--- a/lp-fetch-service/bundle.yaml
+++ b/lp-fetch-service/bundle.yaml
@@ -16,9 +16,11 @@ applications:
public. Currently, this expects the charm and snap to be copied to the
path where the bundle.yaml is rendered, in the mojo project folder (eg.
.../mojo/lp-fetch-service/jammy/devel/charms/lp-fetch-service/). #}
- charm: "./fetch-service_ubuntu-22.04-amd64.charm"
- resources:
- snap: "./fetch-service.snap"
+ charm: ch:fetch-service
+ channel: edge
+ revision: 4
num_units: 1
expose: true
+ options:
+ channel: "latest/edge"
{%- endif %}
Follow ups