← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ines-almeida/launchpad-mojo-specs/+git/private:fetch-service-upgrade into ~launchpad/launchpad-mojo-specs/+git/private:master

 

Ines Almeida has proposed merging ~ines-almeida/launchpad-mojo-specs/+git/private:fetch-service-upgrade into ~launchpad/launchpad-mojo-specs/+git/private:master.

Commit message:
lp-fetch-service: bump charm revision and qastaging snap channel

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ines-almeida/launchpad-mojo-specs/+git/private/+merge/467246
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad-mojo-specs/+git/private:fetch-service-upgrade into ~launchpad/launchpad-mojo-specs/+git/private:master.
diff --git a/lp-fetch-service/bundle.yaml b/lp-fetch-service/bundle.yaml
index 266af02..9f0d417 100644
--- a/lp-fetch-service/bundle.yaml
+++ b/lp-fetch-service/bundle.yaml
@@ -1,9 +1,12 @@
 {%- if stage_name == "production" %}
 {%-   set devel = False %}
+{%-   set fetch_service_snap_channel = "latest/edge" %}
 {%- elif stage_name == "qastaging" %}
 {%-   set devel = False %}
+{%-   set fetch_service_snap_channel = "latest/beta" %}
 {%- else %}
 {%-   set devel = True %}
+{%-   set fetch_service_snap_channel = "latest/beta" %}
 {%- endif -%}
 
 series: jammy
@@ -11,9 +14,9 @@ applications:
   fetch-service:
     charm: ch:fetch-service
     channel: edge
-    revision: 6
+    revision: 7
     num_units: 1
     expose: true
     options:
         {#- Channel configuration for the fetch service snap. #}
-        channel: "latest/edge"
+        channel: {{ fetch_service_snap_channel }}

Follow ups