1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

tag v1.3.5-rc2

Signed-off-by: Shuting Zhao <shutting06@gmail.com>
This commit is contained in:
Shuting Zhao 2021-04-01 13:57:33 -07:00
parent 3cffc3654a
commit a1d9cdd14b
4 changed files with 12 additions and 11 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v1
name: kyverno
version: v1.3.5-rc1
appVersion: v1.3.5-rc1
version: v1.3.5-rc2
appVersion: v1.3.5-rc2
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management
keywords:

View file

@ -2440,7 +2440,7 @@ spec:
fieldPath: metadata.namespace
- name: KYVERNO_SVC
value: kyverno-svc
image: ghcr.io/kyverno/kyverno:v1.3.5-rc1
image: ghcr.io/kyverno/kyverno:v1.3.5-rc2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 2
@ -2482,7 +2482,7 @@ spec:
readOnlyRootFilesystem: true
runAsNonRoot: true
initContainers:
- image: ghcr.io/kyverno/kyvernopre:v1.3.5-rc1
- image: ghcr.io/kyverno/kyvernopre:v1.3.5-rc2
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.5-rc1
newTag: v1.3.5-rc2
- name: ghcr.io/kyverno/kyvernopre
newName: ghcr.io/kyverno/kyvernopre
newTag: v1.3.5-rc1
newTag: v1.3.5-rc2

View file

@ -2228,6 +2228,7 @@ rules:
- configmaps
- resourcequotas
- limitranges
- roles
- clusterroles
- rolebindings
- clusterrolebindings
@ -2439,16 +2440,16 @@ spec:
fieldPath: metadata.namespace
- name: KYVERNO_SVC
value: kyverno-svc
image: ghcr.io/kyverno/kyverno:v1.3.5-rc1
image: ghcr.io/kyverno/kyverno:v1.3.5-rc2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 4
failureThreshold: 2
httpGet:
path: /health/liveness
port: 9443
scheme: HTTPS
initialDelaySeconds: 5
periodSeconds: 10
initialDelaySeconds: 10
periodSeconds: 30
successThreshold: 1
timeoutSeconds: 5
name: kyverno
@ -2481,7 +2482,7 @@ spec:
readOnlyRootFilesystem: true
runAsNonRoot: true
initContainers:
- image: ghcr.io/kyverno/kyvernopre:v1.3.5-rc1
- image: ghcr.io/kyverno/kyvernopre:v1.3.5-rc2
imagePullPolicy: IfNotPresent
name: kyverno-pre
securityContext: