Skip to content

Commit

Permalink
update crd chart
Browse files Browse the repository at this point in the history
  • Loading branch information
krishbajaj1609 committed Jan 6, 2025
1 parent 36e0877 commit 80a82ad
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/enterprise-kyverno-operator-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nirmata-kyverno-operator-crd
description: Helm Chart for Enterprise Kyverno Operator
type: application
version: v0.5.1
version: v0.5.2
appVersion: v0.3.3

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 @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.14.0
name: kyvernoconfigs.security.nirmata.io
spec:
group: security.nirmata.io
Expand Down Expand Up @@ -59,6 +59,38 @@ spec:
type: object
spec:
description: KyvernoConfigSpec defines the desired state of Kyverno
properties:
apiKey:
type: string
helm:
additionalProperties:
type: object
x-kubernetes-preserve-unknown-fields: true
description: |-
Finer customizations for each component are provided in a
generic object structure, typically matching the
value.yaml of individual components
type: object
licenseKey:
type: string
namespace:
default: kyverno
enum:
- kyverno
type: string
replicas:
default: 1
format: int32
type: integer
repository:
default: ghcr.io/nirmata
type: string
secrets:
description: Secrets storing licenseKey, apiKey
type: string
version:
default: v1.9.1-n4k.nirmata.1
type: string
type: object
status:
description: KyvernoStatus defines the observed state of Kyverno
Expand Down Expand Up @@ -118,13 +150,6 @@ spec:
lastUpdated:
format: date-time
type: string
namespace:
type: string
replicas:
format: int32
type: integer
version:
type: string
required:
- isHA
- isRunning
Expand Down

0 comments on commit 80a82ad

Please sign in to comment.