1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

tag 1.1.7-rc2

This commit is contained in:
Shuting Zhao 2020-07-10 19:18:51 -07:00
parent 00ca0fd152
commit 5655d73729
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v1
name: kyverno
version: 1.1.7-rc1
appVersion: v1.1.7-rc1
version: 1.1.7-rc2
appVersion: v1.1.7-rc2
description: Kubernetes Native Policy Management
keywords:
- kubernetes

View file

@ -773,7 +773,7 @@ spec:
fieldPath: metadata.namespace
- name: KYVERNO_SVC
value: kyverno-svc
image: nirmata/kyverno:v1.1.6
image: nirmata/kyverno:v1.1.7-rc2
imagePullPolicy: Always
livenessProbe:
failureThreshold: 4
@ -805,6 +805,6 @@ spec:
cpu: 100m
memory: 50Mi
initContainers:
- image: nirmata/kyvernopre:v1.1.7-rc1
- image: nirmata/kyvernopre:v1.1.7-rc2
name: kyverno-pre
serviceAccountName: kyverno-service-account