Skip to content

Commit

Permalink
Minor fixes (#189)
Browse files Browse the repository at this point in the history
* Add minor changes for lm image

Signed-off-by: anushkamittal2001 <[email protected]>

* bump version

Signed-off-by: anushkamittal2001 <[email protected]>

* bump version

Signed-off-by: anushkamittal2001 <[email protected]>

---------

Signed-off-by: anushkamittal2001 <[email protected]>
  • Loading branch information
anushkamittal2001 authored Nov 24, 2023
1 parent b6d057c commit 5558719
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/enterprise-kyverno-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nirmata-kyverno-operator
description: Helm Chart for Enterprise Kyverno Operator
type: application
version: v0.3.6
version: v0.3.7
appVersion: v0.2.1

icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ content:
{{- end}}
licenseManager:
imageRepository: {{ .Values.kyverno.image.repository }}/nirmata/kyverno-license-manager
imageTag: "v0.1.2"
imageTag: "v0.1.3"
productName: ""
{{- end -}}

Expand Down
2 changes: 1 addition & 1 deletion charts/nirmata/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
name: kyverno
version: 3.0.7
version: 3.0.8
appVersion: v1.10.5-n4k.nirmata.1
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management
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: 0.1.3
imageTag: v0.1.3
# -- Product name to be present in license, empty to ignore check
productName: ""
# -- Validation interval in mins
Expand Down

0 comments on commit 5558719

Please sign in to comment.