Skip to content

Commit

Permalink
tag v1.3.0-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
realshuting committed Dec 1, 2020
1 parent 45dd5b7 commit 921cb67
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 11 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.0-rc5
appVersion: v1.3.0-rc5
version: v1.3.0-rc6
appVersion: v1.3.0-rc6
icon: https://github.com/kyverno/kyverno/blob/master/documentation/images/Kyverno_Horizontal.png
description: Kubernetes Native Policy Management
keywords:
Expand Down
6 changes: 4 additions & 2 deletions definitions/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2379,6 +2379,8 @@ spec:
kind: ReportChangeRequest
listKind: ReportChangeRequestList
plural: reportchangerequests
shortNames:
- rcr
singular: reportchangerequest
scope: Namespaced
versions:
Expand Down Expand Up @@ -3013,7 +3015,7 @@ spec:
fieldPath: metadata.namespace
- name: KYVERNO_SVC
value: kyverno-svc
image: ghcr.io/kyverno/kyverno:v1.3.0-rc5
image: ghcr.io/kyverno/kyverno:v1.3.0-rc6
imagePullPolicy: Always
livenessProbe:
failureThreshold: 4
Expand Down Expand Up @@ -3056,7 +3058,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
initContainers:
- image: ghcr.io/kyverno/kyvernopre:v1.3.0-rc5
- image: ghcr.io/kyverno/kyvernopre:v1.3.0-rc6
imagePullPolicy: Always
name: kyverno-pre
securityContext:
Expand Down
2 changes: 2 additions & 0 deletions definitions/install_debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2379,6 +2379,8 @@ spec:
kind: ReportChangeRequest
listKind: ReportChangeRequestList
plural: reportchangerequests
shortNames:
- rcr
singular: reportchangerequest
scope: Namespaced
versions:
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.0-rc5
newTag: v1.3.0-rc6
- name: ghcr.io/kyverno/kyvernopre
newName: ghcr.io/kyverno/kyvernopre
newTag: v1.3.0-rc5
newTag: v1.3.0-rc6
34 changes: 29 additions & 5 deletions definitions/release/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
name: Background
type: string
- jsonPath: .spec.validationFailureAction
name: Validatoin Failure Action
name: Action
type: string
name: v1
schema:
Expand Down Expand Up @@ -434,6 +434,11 @@ spec:
x-kubernetes-preserve-unknown-fields: true
operator:
description: Operator is the operation to perform.
enum:
- Equals
- NotEquals
- In
- NotIn
type: string
value:
description: Value is the conditional value, or set of
Expand Down Expand Up @@ -466,6 +471,11 @@ spec:
x-kubernetes-preserve-unknown-fields: true
operator:
description: Operator is the operation to perform.
enum:
- Equals
- NotEquals
- In
- NotIn
type: string
value:
description: Value is the conditional value, or
Expand Down Expand Up @@ -930,8 +940,10 @@ spec:
kind: ClusterReportChangeRequest
listKind: ClusterReportChangeRequestList
plural: clusterreportchangerequests
shortNames:
- crcr
singular: clusterreportchangerequest
scope: Cluster
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .scope.kind
Expand Down Expand Up @@ -1455,7 +1467,7 @@ spec:
name: Background
type: string
- jsonPath: .spec.validationFailureAction
name: Validatoin Failure Action
name: Validation Failure Action
type: string
name: v1
schema:
Expand Down Expand Up @@ -1864,6 +1876,11 @@ spec:
x-kubernetes-preserve-unknown-fields: true
operator:
description: Operator is the operation to perform.
enum:
- Equals
- NotEquals
- In
- NotIn
type: string
value:
description: Value is the conditional value, or set of
Expand Down Expand Up @@ -1896,6 +1913,11 @@ spec:
x-kubernetes-preserve-unknown-fields: true
operator:
description: Operator is the operation to perform.
enum:
- Equals
- NotEquals
- In
- NotIn
type: string
value:
description: Value is the conditional value, or
Expand Down Expand Up @@ -2359,6 +2381,8 @@ spec:
kind: ReportChangeRequest
listKind: ReportChangeRequestList
plural: reportchangerequests
shortNames:
- rcr
singular: reportchangerequest
scope: Namespaced
versions:
Expand Down Expand Up @@ -2993,7 +3017,7 @@ spec:
fieldPath: metadata.namespace
- name: KYVERNO_SVC
value: kyverno-svc
image: ghcr.io/kyverno/kyverno:v1.3.0-rc5
image: ghcr.io/kyverno/kyverno:v1.3.0-rc6
imagePullPolicy: Always
livenessProbe:
failureThreshold: 4
Expand Down Expand Up @@ -3036,7 +3060,7 @@ spec:
runAsNonRoot: true
runAsUser: 1000
initContainers:
- image: ghcr.io/kyverno/kyvernopre:v1.3.0-rc5
- image: ghcr.io/kyverno/kyvernopre:v1.3.0-rc6
imagePullPolicy: Always
name: kyverno-pre
securityContext:
Expand Down

0 comments on commit 921cb67

Please sign in to comment.