Skip to content

Commit

Permalink
release v1.3.4-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Shuting Zhao <shutting06@gmail.com>
  • Loading branch information
realshuting committed Mar 3, 2021
1 parent 4a8c52c commit edbd7bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/kyverno/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions definitions/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions definitions/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 6 additions & 4 deletions definitions/release/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit edbd7bf

Please sign in to comment.