Procházet zdrojové kódy

Update Kuryr CNI template to 3.11

Seems like Kuryr CNI template was ommitted when doing s/3.10/3.11/. This
commit fixes that.
Michał Dulko před 6 roky
rodič
revize
75c0b8f089
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      roles/kuryr/templates/cni-daemonset.yaml.j2

+ 1 - 1
roles/kuryr/templates/cni-daemonset.yaml.j2

@@ -11,7 +11,7 @@ metadata:
   annotations:
     image.openshift.io/triggers: |
       [
-        {"from":{"kind":"ImageStreamTag","name":"node:v3.10"},"fieldPath":"spec.template.spec.initContainers[?(@.name==\"install-cni-plugins\")].image"}
+        {"from":{"kind":"ImageStreamTag","name":"node:v3.11"},"fieldPath":"spec.template.spec.initContainers[?(@.name==\"install-cni-plugins\")].image"}
       ]
 spec:
   template: