Skip to content

chore(chart-deps): update kyverno to version 3.4.4 #2291

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ appsInfo:
isDeprecated: true
deprecationInfo:
replacement: tekton
path: '/#/namespaces/otomi-pipelines/pipelineruns'
path: /#/namespaces/otomi-pipelines/pipelineruns
message: Drone is deprecated for enhanced performance, maintainability, and integration.
reasons:
- To improve overall system performance
Expand Down Expand Up @@ -202,7 +202,7 @@ appsInfo:
chartName: knative-operator
kyverno:
title: Kyverno
appVersion: 1.11.4
appVersion: 1.14.4
repo: https://github.com/kyverno/kyverno
maintainers: Nirmata
relatedLinks:
Expand Down
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies:
version: 4.6.0
repository: https://kubereboot.github.io/charts
- name: kyverno
version: 3.1.4
version: 3.4.4
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.4.4
- name: crds
repository: ""
version: 3.4.4
digest: sha256:c6e8dd75f0d421497cf5ed5bcf974b517122ac09273366ffb90789e1a6506cab
generated: "2025-06-26T15:45:30.823752427Z"
77 changes: 42 additions & 35 deletions charts/kyverno/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,47 @@
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: Ensure spec.template.metadata isn't null
- kind: removed
description: Remove the `delete` permission for policyexceptions in the admission controller
artifacthub.io/links: |
- name: Documentation
url: https://kyverno.io/docs
artifacthub.io/operator: "false"
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: v1.14.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.4.4
- condition: crds.install
name: crds
repository: ""
version: 3.4.4
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.4.4
213 changes: 150 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.4.4
7 changes: 6 additions & 1 deletion charts/kyverno/charts/crds/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# crds

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

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| reportsServer.enabled | bool | `false` | Kyverno reports-server is used in your cluster |
| 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.policies | object | `{"imagevalidatingpolicies":true,"policyexceptions":true,"validatingpolicies":true}` | Install CRDs in group `reports.kyverno.io` |
| 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
Loading