From 67d2bc224b8b0cdddc87410a6d7be5d8e13295ae Mon Sep 17 00:00:00 2001
From: shuting <shutting06@gmail.com>
Date: Wed, 1 Apr 2020 00:15:14 -0700
Subject: [PATCH] - update tag v1.1.4; - add update for deployment

allow update operation for kyverno deployment
---
 definitions/install.yaml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/definitions/install.yaml b/definitions/install.yaml
index 3e7825e878..8549cfa38f 100644
--- a/definitions/install.yaml
+++ b/definitions/install.yaml
@@ -619,6 +619,7 @@ rules:
   verbs:
   - get
   - list
+  - update
 ---
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRole
@@ -681,10 +682,10 @@ spec:
       serviceAccountName: kyverno-service-account
       initContainers:
         - name: kyverno-pre
-          image: nirmata/kyvernopre:v1.1.4-rc1
+          image: nirmata/kyvernopre:v1.1.4
       containers:
         - name: kyverno
-          image: nirmata/kyverno:v1.1.4-rc1
+          image: nirmata/kyverno:v1.1.4
           args:
           - "--filterK8Resources=[Event,*,*][*,kube-system,*][*,kube-public,*][*,kube-node-lease,*][Node,*,*][APIService,*,*][TokenReview,*,*][SubjectAccessReview,*,*][*,kyverno,*]"
           # customize webhook timout
@@ -693,4 +694,4 @@ spec:
           - containerPort: 443
           env:
           - name: INIT_CONFIG
-            value: init-config
\ No newline at end of file
+            value: init-config