Ver código fonte

adapted to latest v4.14 package manifests

Grega Bremec 4 semanas atrás
pai
commit
a62d6d8259

+ 1 - 1
playbooks/inventory.yml

@@ -18,7 +18,7 @@ all:
     op_pkg: amq-streams
     op_chn: stable
     op_nsp: openshift-operators
-    desired_csv: amqstreams.v2.7.0-4
+    desired_csv: amqstreams.v2.9.0-3
 
     # Some cleanup here.
     removed_operators:

+ 1 - 0
playbooks/roles/deploy-operator/tasks/main.yml

@@ -67,6 +67,7 @@
         sourceNamespace: openshift-marketplace
         name: "{{ op_pkg }}"
         channel: "{{ op_chn }}"
+        startingCSV: "{{ desired_csv }}"
         installPlanApproval: Automatic
 
 # TODO: Finish this at some point.