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

release v1.3.4-rc1

Signed-off-by: Shuting Zhao <shutting06@gmail.com>
This commit is contained in:
Shuting Zhao 2021-03-03 12:00:31 -08:00
parent 4a8c52c5f1
commit edbd7bf222
4 changed files with 12 additions and 10 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
name: kyverno name: kyverno
version: v1.3.3 version: v1.3.4-rc1
appVersion: v1.3.3 appVersion: v1.3.4-rc1
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management description: Kubernetes Native Policy Management
keywords: keywords:

View file

@ -2439,7 +2439,7 @@ spec:
fieldPath: metadata.namespace fieldPath: metadata.namespace
- name: KYVERNO_SVC - name: KYVERNO_SVC
value: kyverno-svc value: kyverno-svc
image: ghcr.io/kyverno/kyverno:v1.3.3 image: ghcr.io/kyverno/kyverno:v1.3.4-rc1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 4 failureThreshold: 4
@ -2482,7 +2482,7 @@ spec:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 1000 runAsUser: 1000
initContainers: initContainers:
- image: ghcr.io/kyverno/kyvernopre:v1.3.3 - image: ghcr.io/kyverno/kyvernopre:v1.3.4-rc1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: kyverno-pre name: kyverno-pre
securityContext: securityContext:

View file

@ -8,7 +8,7 @@ resources:
images: images:
- name: ghcr.io/kyverno/kyverno - name: ghcr.io/kyverno/kyverno
newName: ghcr.io/kyverno/kyverno newName: ghcr.io/kyverno/kyverno
newTag: v1.3.3 newTag: v1.3.4-rc1
- name: ghcr.io/kyverno/kyvernopre - name: ghcr.io/kyverno/kyvernopre
newName: ghcr.io/kyverno/kyvernopre newName: ghcr.io/kyverno/kyvernopre
newTag: v1.3.3 newTag: v1.3.4-rc1

View file

@ -245,7 +245,7 @@ spec:
type: string type: string
type: array type: array
resources: resources:
description: ResourceDescription contains information about the resource being created or modified. description: ResourceDescription contains information about the resource being created or modified. Requires at least one tag to be specified when under MatchResources.
properties: properties:
annotations: annotations:
additionalProperties: additionalProperties:
@ -387,6 +387,7 @@ spec:
type: object type: object
name: name:
description: Name is a label to identify the rule, It must be unique within the policy. description: Name is a label to identify the rule, It must be unique within the policy.
maxLength: 63
type: string type: string
preconditions: preconditions:
description: AnyAllConditions enable variable-based conditional rule execution. This is useful for finer control of when an rule is applied. A condition can reference object data using JMESPath notation. This too can be made to happen in a logical-manner where in some situation all the conditions need to pass and in some other situation, atleast one condition is enough to pass. For the sake of backwards compatibility, it can be populated with []kyverno.Condition. description: AnyAllConditions enable variable-based conditional rule execution. This is useful for finer control of when an rule is applied. A condition can reference object data using JMESPath notation. This too can be made to happen in a logical-manner where in some situation all the conditions need to pass and in some other situation, atleast one condition is enough to pass. For the sake of backwards compatibility, it can be populated with []kyverno.Condition.
@ -1388,7 +1389,7 @@ spec:
type: string type: string
type: array type: array
resources: resources:
description: ResourceDescription contains information about the resource being created or modified. description: ResourceDescription contains information about the resource being created or modified. Requires at least one tag to be specified when under MatchResources.
properties: properties:
annotations: annotations:
additionalProperties: additionalProperties:
@ -1530,6 +1531,7 @@ spec:
type: object type: object
name: name:
description: Name is a label to identify the rule, It must be unique within the policy. description: Name is a label to identify the rule, It must be unique within the policy.
maxLength: 63
type: string type: string
preconditions: preconditions:
description: AnyAllConditions enable variable-based conditional rule execution. This is useful for finer control of when an rule is applied. A condition can reference object data using JMESPath notation. This too can be made to happen in a logical-manner where in some situation all the conditions need to pass and in some other situation, atleast one condition is enough to pass. For the sake of backwards compatibility, it can be populated with []kyverno.Condition. description: AnyAllConditions enable variable-based conditional rule execution. This is useful for finer control of when an rule is applied. A condition can reference object data using JMESPath notation. This too can be made to happen in a logical-manner where in some situation all the conditions need to pass and in some other situation, atleast one condition is enough to pass. For the sake of backwards compatibility, it can be populated with []kyverno.Condition.
@ -2437,7 +2439,7 @@ spec:
fieldPath: metadata.namespace fieldPath: metadata.namespace
- name: KYVERNO_SVC - name: KYVERNO_SVC
value: kyverno-svc value: kyverno-svc
image: ghcr.io/kyverno/kyverno:v1.3.3 image: ghcr.io/kyverno/kyverno:v1.3.4-rc1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 4 failureThreshold: 4
@ -2480,7 +2482,7 @@ spec:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 1000 runAsUser: 1000
initContainers: initContainers:
- image: ghcr.io/kyverno/kyvernopre:v1.3.3 - image: ghcr.io/kyverno/kyvernopre:v1.3.4-rc1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: kyverno-pre name: kyverno-pre
securityContext: securityContext: