mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
tag v1.3.0-rc6
This commit is contained in:
parent
45dd5b736d
commit
921cb67a9e
5 changed files with 39 additions and 11 deletions
|
@ -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:
|
||||
|
|
|
@ -2379,6 +2379,8 @@ spec:
|
|||
kind: ReportChangeRequest
|
||||
listKind: ReportChangeRequestList
|
||||
plural: reportchangerequests
|
||||
shortNames:
|
||||
- rcr
|
||||
singular: reportchangerequest
|
||||
scope: Namespaced
|
||||
versions:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
|
|
@ -2379,6 +2379,8 @@ spec:
|
|||
kind: ReportChangeRequest
|
||||
listKind: ReportChangeRequestList
|
||||
plural: reportchangerequests
|
||||
shortNames:
|
||||
- rcr
|
||||
singular: reportchangerequest
|
||||
scope: Namespaced
|
||||
versions:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -26,7 +26,7 @@ spec:
|
|||
name: Background
|
||||
type: string
|
||||
- jsonPath: .spec.validationFailureAction
|
||||
name: Validatoin Failure Action
|
||||
name: Action
|
||||
type: string
|
||||
name: v1
|
||||
schema:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -930,8 +940,10 @@ spec:
|
|||
kind: ClusterReportChangeRequest
|
||||
listKind: ClusterReportChangeRequestList
|
||||
plural: clusterreportchangerequests
|
||||
shortNames:
|
||||
- crcr
|
||||
singular: clusterreportchangerequest
|
||||
scope: Cluster
|
||||
scope: Namespaced
|
||||
versions:
|
||||
- additionalPrinterColumns:
|
||||
- jsonPath: .scope.kind
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -2359,6 +2381,8 @@ spec:
|
|||
kind: ReportChangeRequest
|
||||
listKind: ReportChangeRequestList
|
||||
plural: reportchangerequests
|
||||
shortNames:
|
||||
- rcr
|
||||
singular: reportchangerequest
|
||||
scope: Namespaced
|
||||
versions:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue