1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

tag 1.1.9

This commit is contained in:
Shuting Zhao 2020-08-10 17:20:48 -07:00
parent 19c8f6a9ba
commit 41667038e0
4 changed files with 7 additions and 7 deletions

View file

@ -20,7 +20,7 @@ To check the version, enter `kubectl version`.
Install Kyverno: Install Kyverno:
```console ```console
kubectl create -f https://raw.githubusercontent.com/nirmata/kyverno/v1.1.8/definitions/install.yaml kubectl create -f https://raw.githubusercontent.com/nirmata/kyverno/v1.1.9/definitions/install.yaml
``` ```
You can also install Kyverno using a [Helm chart](https://github.com/nirmata/kyverno/blob/master/documentation/installation.md#install-kyverno-using-helm). You can also install Kyverno using a [Helm chart](https://github.com/nirmata/kyverno/blob/master/documentation/installation.md#install-kyverno-using-helm).

View file

@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
name: kyverno name: kyverno
version: 1.1.8 version: 1.1.9
appVersion: v1.1.8 appVersion: v1.1.9
description: Kubernetes Native Policy Management description: Kubernetes Native Policy Management
keywords: keywords:
- kubernetes - kubernetes

View file

@ -783,7 +783,7 @@ spec:
fieldPath: metadata.namespace fieldPath: metadata.namespace
- name: KYVERNO_SVC - name: KYVERNO_SVC
value: kyverno-svc value: kyverno-svc
image: nirmata/kyverno:v1.1.8 image: nirmata/kyverno:v1.1.9
imagePullPolicy: Always imagePullPolicy: Always
livenessProbe: livenessProbe:
failureThreshold: 4 failureThreshold: 4
@ -815,7 +815,7 @@ spec:
cpu: 100m cpu: 100m
memory: 50Mi memory: 50Mi
initContainers: initContainers:
- image: nirmata/kyvernopre:v1.1.8 - image: nirmata/kyvernopre:v1.1.9
imagePullPolicy: Always imagePullPolicy: Always
name: kyverno-pre name: kyverno-pre
serviceAccountName: kyverno-service-account serviceAccountName: kyverno-service-account

View file

@ -19,11 +19,11 @@ spec:
serviceAccountName: kyverno-service-account serviceAccountName: kyverno-service-account
initContainers: initContainers:
- name: kyverno-pre - name: kyverno-pre
image: nirmata/kyvernopre:v1.1.8 image: nirmata/kyvernopre:v1.1.9
imagePullPolicy: Always imagePullPolicy: Always
containers: containers:
- name: kyverno - name: kyverno
image: nirmata/kyverno:v1.1.8 image: nirmata/kyverno:v1.1.9
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- "--filterK8Resources=[Event,*,*][*,kube-system,*][*,kube-public,*][*,kube-node-lease,*][Node,*,*][APIService,*,*][TokenReview,*,*][SubjectAccessReview,*,*][*,kyverno,*][Binding,*,*][ReplicaSet,*,*]" - "--filterK8Resources=[Event,*,*][*,kube-system,*][*,kube-public,*][*,kube-node-lease,*][Node,*,*][APIService,*,*][TokenReview,*,*][SubjectAccessReview,*,*][*,kyverno,*][Binding,*,*][ReplicaSet,*,*]"