mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
tag v1.3.0-rc1
This commit is contained in:
parent
5e07ecc5f3
commit
a39f4f5e61
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
name: kyverno
|
||||
version: 1.2.1
|
||||
appVersion: v1.2.1
|
||||
version: v1.3.0-rc1
|
||||
appVersion: v1.3.0-rc1
|
||||
icon: https://github.com/kyverno/kyverno/blob/master/documentation/images/Kyverno_Horizontal.png
|
||||
description: Kubernetes Native Policy Management
|
||||
keywords:
|
||||
|
|
|
@ -2398,7 +2398,7 @@ spec:
|
|||
fieldPath: metadata.namespace
|
||||
- name: KYVERNO_SVC
|
||||
value: kyverno-svc
|
||||
image: nirmata/kyverno:v1.2.1
|
||||
image: nirmata/kyverno:v1.3.0-rc1
|
||||
imagePullPolicy: Always
|
||||
livenessProbe:
|
||||
failureThreshold: 4
|
||||
|
@ -2441,7 +2441,7 @@ spec:
|
|||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
initContainers:
|
||||
- image: nirmata/kyvernopre:v1.2.1
|
||||
- image: nirmata/kyvernopre:v1.3.0-rc1
|
||||
imagePullPolicy: Always
|
||||
name: kyverno-pre
|
||||
securityContext:
|
||||
|
|
|
@ -8,7 +8,7 @@ resources:
|
|||
images:
|
||||
- name: nirmata/kyverno
|
||||
newName: nirmata/kyverno
|
||||
newTag: v1.2.1
|
||||
newTag: v1.3.0-rc1
|
||||
- name: nirmata/kyvernopre
|
||||
newName: nirmata/kyvernopre
|
||||
newTag: v1.2.1
|
||||
newTag: v1.3.0-rc1
|
||||
|
|
Loading…
Add table
Reference in a new issue