Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
version: 4.6.0
repository: https://kubereboot.github.io/charts
- name: kyverno
version: 3.1.4
version: 3.3.7
repository: https://kyverno.github.io/kyverno/
- name: loki-distributed
alias: loki
Expand Down
3 changes: 0 additions & 3 deletions charts/kyverno/.helmignore

This file was deleted.

9 changes: 9 additions & 0 deletions charts/kyverno/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dependencies:
- name: grafana
repository: ""
version: 3.3.7
- name: crds
repository: ""
version: 3.3.7
digest: sha256:6983b5b0b9446d46a6d2a95f5084dd3aae6fdf90540b0640ada01f74d5e6ecf3
generated: "2025-02-13T05:09:31.628232757Z"
75 changes: 40 additions & 35 deletions charts/kyverno/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,45 @@
apiVersion: v2
type: application
name: kyverno
version: 3.1.4
appVersion: v1.11.4
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management
keywords:
- kubernetes
- nirmata
- policy agent
- policy
- validating webhook
- admission controller
- mutation
- mutate
- validate
- generate
- supply chain
- security
home: https://kyverno.io/
sources:
- https://github.com/kyverno/kyverno
maintainers:
- name: Nirmata
url: https://kyverno.io/
kubeVersion: ">=1.25.0-0"
annotations:
artifacthub.io/operator: "false"
artifacthub.io/prerelease: "false"
artifacthub.io/changes: |
- kind: fixed
description: fix validation error in validate.yaml, which made it impossible to disable reports-controller CRDs, with the recently introduced option .reportsController.sanityChecks
artifacthub.io/links: |
- name: Documentation
url: https://kyverno.io/docs
artifacthub.io/operator: "false"
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: v1.13.4
dependencies:
- name: grafana
version: "0.0.0"
condition: grafana.enabled
- name: crds
version: "3.1.4"
condition: crds.install
- condition: grafana.enabled
name: grafana
repository: ""
version: 3.3.7
- condition: crds.install
name: crds
repository: ""
version: 3.3.7
description: Kubernetes Native Policy Management
home: https://kyverno.io/
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
keywords:
- kubernetes
- nirmata
- policy agent
- policy
- validating webhook
- admission controller
- mutation
- mutate
- validate
- generate
- supply chain
- security
kubeVersion: '>=1.25.0-0'
maintainers:
- name: Nirmata
url: https://kyverno.io/
name: kyverno
sources:
- https://github.com/kyverno/kyverno
type: application
version: 3.3.7
192 changes: 129 additions & 63 deletions charts/kyverno/README.md

Large diffs are not rendered by default.

404 changes: 0 additions & 404 deletions charts/kyverno/README.md.gotmpl

This file was deleted.

2 changes: 1 addition & 1 deletion charts/kyverno/charts/crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: crds
version: 3.1.4
version: 3.3.7
5 changes: 4 additions & 1 deletion charts/kyverno/charts/crds/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# crds

![Version: 3.1.4](https://img.shields.io/badge/Version-3.1.4-informational?style=flat-square)
![Version: 3.3.7](https://img.shields.io/badge/Version-3.3.7-informational?style=flat-square)

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| groups.kyverno | object | `{"cleanuppolicies":true,"clustercleanuppolicies":true,"clusterpolicies":true,"globalcontextentries":true,"policies":true,"policyexceptions":true,"updaterequests":true}` | This field can be overwritten by setting crds.labels in the parent chart |
| groups.reports | object | `{"clusterephemeralreports":true,"ephemeralreports":true}` | This field can be overwritten by setting crds.labels in the parent chart |
| groups.wgpolicyk8s | object | `{"clusterpolicyreports":true,"policyreports":true}` | This field can be overwritten by setting crds.labels in the parent chart |
| annotations | object | `{}` | This field can be overwritten by setting crds.annotations in the parent chart |
| customLabels | object | `{}` | This field can be overwritten by setting crds.labels in the parent chart |

Expand Down
Loading