Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE release 1.10 #188

Merged
merged 4 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/enterprise-kyverno-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: nirmata-kyverno-operator
description: Helm Chart for Enterprise Kyverno Operator
type: application
version: v0.3.5
appVersion: v0.2.0
version: v0.3.6
appVersion: v0.1.19
pns-nirmata marked this conversation as resolved.
Show resolved Hide resolved
anushkamittal2001 marked this conversation as resolved.
Show resolved Hide resolved

icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/enterprise-kyverno-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ kyverno:
# -- Image repository
repository: ghcr.io
# -- Image tag
tag: v1.10.4-n4k.nirmata.1
tag: v1.10.5-n4k.nirmata.1

# -- Override default exclude namespaces (default kyverno, kube-system, nirmata, nirmata-system )
excludedNamespacesForWebhook: []
Expand Down
4 changes: 2 additions & 2 deletions charts/nirmata/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: kyverno
version: 3.0.5-rc7
appVersion: v1.10.4-n4k.nirmata.1
version: 3.0.7
appVersion: v1.10.5-n4k.nirmata.1
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/nirmata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ licenseManager:
# -- License manager repo
imageRepository: ghcr.io/nirmata/kyverno-license-manager
# -- Image tag
imageTag: v0.1.2
imageTag: 0.1.3
# -- Product name to be present in license, empty to ignore check
productName: ""
# -- Validation interval in mins
Expand Down
Loading