Skip to content

Commit

Permalink
Updating values.yaml and Chart.yaml to include 1.6.2 kyverno (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim-vanak authored Jun 6, 2022
1 parent ae18c5b commit ea0eda5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions charts/kyverno/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: cray-kyverno
version: 1.0.0
appVersion: v1.6.0
version: 1.1.0
appVersion: v1.6.2
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management
keywords:
Expand All @@ -13,7 +13,7 @@ keywords:
dependencies:
- name: kyverno
repository: https://kyverno.github.io/kyverno/
version: v2.3.0
version: v2.3.3
home: https://github.com/Cray-HPE/cray-kyverno
sources:
- https://github.com/kyverno/kyverno
Expand All @@ -25,7 +25,7 @@ kubeVersion: ">=1.16.0-0"
annotations:
artifacthub.io/images: |-
- name: kyverno
image: artifactory.algol60.net/csm-docker/stable/ghcr.io/kyverno/kyverno:v1.6.0
image: artifactory.algol60.net/csm-docker/stable/ghcr.io/kyverno/kyverno:v1.6.2
- name: kyvernopre
image: artifactory.algol60.net/csm-docker/stable/ghcr.io/kyverno/kyvernopre:v1.6.0
image: artifactory.algol60.net/csm-docker/stable/ghcr.io/kyverno/kyvernopre:v1.6.2
artifacthub.io/license: MIT
4 changes: 2 additions & 2 deletions charts/kyverno/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
kyverno:
image:
repository: artifactory.algol60.net/csm-docker/stable/ghcr.io/kyverno/kyverno
tag: v1.6.0
tag: v1.6.2
initImage:
registry:
repository: artifactory.algol60.net/csm-docker/stable/ghcr.io/kyverno/kyvernopre
tag: v1.6.0
tag: v1.6.2

# Desired number of pods/replica
replicaCount: 3

0 comments on commit ea0eda5

Please sign in to comment.