Skip to content

Commit

Permalink
tag v1.3.6-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 Apr 29, 2021
1 parent 618a699 commit 7e575d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/kyverno/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: kyverno
version: v1.3.5
appVersion: v1.3.5
version: v1.3.6-rc1
appVersion: v1.3.6-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
Expand Up @@ -2441,7 +2441,7 @@ spec:
fieldPath: metadata.namespace
- name: KYVERNO_SVC
value: kyverno-svc
image: ghcr.io/kyverno/kyverno:v1.3.5
image: ghcr.io/kyverno/kyverno:v1.3.6-rc1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 2
Expand Down Expand Up @@ -2483,7 +2483,7 @@ spec:
readOnlyRootFilesystem: true
runAsNonRoot: true
initContainers:
- image: ghcr.io/kyverno/kyvernopre:v1.3.5
- image: ghcr.io/kyverno/kyvernopre:v1.3.6-rc1
imagePullPolicy: IfNotPresent
name: kyverno-pre
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions definitions/kustomization.yaml
Expand Up @@ -8,7 +8,7 @@ resources:
images:
- name: ghcr.io/kyverno/kyverno
newName: ghcr.io/kyverno/kyverno
newTag: v1.3.5
newTag: v1.3.6-rc1
- name: ghcr.io/kyverno/kyvernopre
newName: ghcr.io/kyverno/kyvernopre
newTag: v1.3.5
newTag: v1.3.6-rc1
4 changes: 2 additions & 2 deletions definitions/release/install.yaml
Expand Up @@ -2441,7 +2441,7 @@ spec:
fieldPath: metadata.namespace
- name: KYVERNO_SVC
value: kyverno-svc
image: ghcr.io/kyverno/kyverno:v1.3.5
image: ghcr.io/kyverno/kyverno:v1.3.6-rc1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 2
Expand Down Expand Up @@ -2483,7 +2483,7 @@ spec:
readOnlyRootFilesystem: true
runAsNonRoot: true
initContainers:
- image: ghcr.io/kyverno/kyvernopre:v1.3.5
- image: ghcr.io/kyverno/kyvernopre:v1.3.6-rc1
imagePullPolicy: IfNotPresent
name: kyverno-pre
securityContext:
Expand Down

0 comments on commit 7e575d0

Please sign in to comment.