Update git submodules

* Update kuryr-kubernetes from branch 'master'
  - Merge "Fix CRD podSelector update"
  - Fix CRD podSelector update
    
    When the podSelector of a NP is updated, the podSelector
    on the respective CRD must also be updated with the same
    value. However, this do not happen in case the field of a label
    is updated, for example: Label {'app: demo'} is updated to
    {'context:demo'} the result given is {'app: demo', 'context:demo'}
    when should be {'context:demo'}. And after that, if the updated label
    {'context:demo'} is removed from the NP, it will not be removed from the CRD.
    These cases happen because the podSelector field is a dict and not
    a list.
    
    This commit fixes the issue by changing the merge strategy to
    JSON Patch, instead of JSON Merge Patch.
    
    Change-Id: Ic629c1ba4ac13c2bfaffdf7f904b69abf9521ed3
    Closes-Bug: 1810394
This commit is contained in:
Zuul 2019-02-20 16:58:39 +00:00 committed by Gerrit Code Review
parent 9cedec26ba
commit df123ddad8
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit c4d7f5e7ee196d10729592b98be16398a071a510
Subproject commit b76c379ed1ba2f749ba65e429fe7269b4101f8a1