Browse Source

Merge pull request #8862 from dulek/fix-kuryr-image

Update Kuryr CNI template to 3.11
Scott Dodson 6 năm trước cách đây
mục cha
commit
ba9714f6fa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: