1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-29 02:45:06 +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
name: kyverno
version: v1.3.3
appVersion: v1.3.3
version: v1.3.4-rc1
appVersion: v1.3.4-rc1
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management
keywords:

View file

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

View file

@ -8,7 +8,7 @@ resources:
images:
- name: ghcr.io/kyverno/kyverno
newName: ghcr.io/kyverno/kyverno
newTag: v1.3.3
newTag: v1.3.4-rc1
- name: 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: array
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:
annotations:
additionalProperties:
@ -387,6 +387,7 @@ spec:
type: object
name:
description: Name is a label to identify the rule, It must be unique within the policy.
maxLength: 63
type: string
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.
@ -1388,7 +1389,7 @@ spec:
type: string
type: array
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:
annotations:
additionalProperties:
@ -1530,6 +1531,7 @@ spec:
type: object
name:
description: Name is a label to identify the rule, It must be unique within the policy.
maxLength: 63
type: string
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.
@ -2437,7 +2439,7 @@ spec:
fieldPath: metadata.namespace
- name: KYVERNO_SVC
value: kyverno-svc
image: ghcr.io/kyverno/kyverno:v1.3.3
image: ghcr.io/kyverno/kyverno:v1.3.4-rc1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 4
@ -2480,7 +2482,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
initContainers:
- image: ghcr.io/kyverno/kyvernopre:v1.3.3
- image: ghcr.io/kyverno/kyvernopre:v1.3.4-rc1
imagePullPolicy: IfNotPresent
name: kyverno-pre
securityContext: