Skip to content

Commit a05e177

Browse files
svcAPLBotmerll
andauthored
chore(chart-deps): update kyverno to version 3.5.2 (#2535)
Co-authored-by: Matthias Erll <merll@akamai.com>
1 parent 3ac554c commit a05e177

34 files changed

+74
-75
lines changed

apps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ appsInfo:
195195
isAlpha: true
196196
kyverno:
197197
title: Kyverno
198-
appVersion: 1.15.1
198+
appVersion: 1.15.2
199199
repo: https://github.com/kyverno/kyverno
200200
maintainers: Nirmata
201201
relatedLinks:

chart/chart-index/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies:
8080
version: 4.6.0
8181
repository: https://kubereboot.github.io/charts
8282
- name: kyverno
83-
version: 3.5.1
83+
version: 3.5.2
8484
repository: https://kyverno.github.io/kyverno/
8585
- name: loki-distributed
8686
alias: loki

charts/kyverno/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: grafana
33
repository: ""
4-
version: 3.5.1
4+
version: 3.5.2
55
- name: crds
66
repository: ""
7-
version: 3.5.1
7+
version: 3.5.2
88
- name: openreports
99
repository: https://openreports.github.io/reports-api
1010
version: 0.1.0
11-
digest: sha256:eecf40518d51d61fed07b15ac41048751d4901be67eec05b1f25849c1b956c39
12-
generated: "2025-08-15T11:08:07.060929+08:00"
11+
digest: sha256:dbf2f3168b202171820ff75ebc672ad3bebf9fb2b6b4eeb50defd40e5dcfddb7
12+
generated: "2025-09-18T00:07:30.923959+08:00"

charts/kyverno/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ annotations:
1414
artifacthub.io/operator: "false"
1515
artifacthub.io/prerelease: "false"
1616
apiVersion: v2
17-
appVersion: v1.15.1
17+
appVersion: v1.15.2
1818
dependencies:
1919
- condition: grafana.enabled
2020
name: grafana
2121
repository: ""
22-
version: 3.5.1
22+
version: 3.5.2
2323
- condition: crds.install
2424
name: crds
2525
repository: ""
26-
version: 3.5.1
27-
- condition: openreports.enabled
26+
version: 3.5.2
27+
- condition: openreports.installCrds
2828
name: openreports
2929
repository: https://openreports.github.io/reports-api
3030
version: 0.1.0
@@ -52,4 +52,4 @@ name: kyverno
5252
sources:
5353
- https://github.com/kyverno/kyverno
5454
type: application
55-
version: 3.5.1
55+
version: 3.5.2

charts/kyverno/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Kubernetes Native Policy Management
44

5-
![Version: 3.5.1](https://img.shields.io/badge/Version-3.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.15.1](https://img.shields.io/badge/AppVersion-v1.15.1-informational?style=flat-square)
5+
![Version: 3.5.2](https://img.shields.io/badge/Version-3.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.15.2](https://img.shields.io/badge/AppVersion-v1.15.2-informational?style=flat-square)
66

77
## About
88

@@ -758,8 +758,8 @@ The chart values are organised per component.
758758
| webhooksCleanup.autoDeleteWebhooks.enabled | bool | `false` | Allow webhooks controller to delete webhooks using finalizers |
759759
| webhooksCleanup.enabled | bool | `true` | Create a helm pre-delete hook to cleanup webhooks. |
760760
| webhooksCleanup.image.pullPolicy | string | `nil` | Image pull policy Defaults to image.pullPolicy if omitted |
761-
| webhooksCleanup.image.registry | string | `nil` | Image registry |
762-
| webhooksCleanup.image.repository | string | `"registry.k8s.io/kubectl"` | Image repository |
761+
| webhooksCleanup.image.registry | string | `"registry.k8s.io"` | Image registry |
762+
| webhooksCleanup.image.repository | string | `"kubectl"` | Image repository |
763763
| webhooksCleanup.image.tag | string | `"v1.32.7"` | Image tag Defaults to `latest` if omitted |
764764
| webhooksCleanup.imagePullSecrets | list | `[]` | Image pull secrets |
765765
| webhooksCleanup.nodeAffinity | object | `{}` | Node affinity constraints. |
@@ -817,7 +817,8 @@ The chart values are organised per component.
817817
| imagePullSecrets | object | `{}` | Image pull secrets for image verification policies, this will define the `--imagePullSecrets` argument |
818818
| nameOverride | string | `nil` | Override the name of the chart |
819819
| namespaceOverride | string | `nil` | Override the namespace the chart deploys to |
820-
| openreports.enabled | bool | `false` | |
820+
| openreports.enabled | bool | `false` | Enable OpenReports feature in controllers |
821+
| openreports.installCrds | bool | `false` | Whether to install CRDs from the upstream OpenReports chart. Setting this to true requires enabled to also be true. |
821822
| rbac.roles.aggregate | object | `{"admin":true,"view":true}` | Aggregate ClusterRoles to Kubernetes default user-facing roles. For more information, see [User-facing roles](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles) |
822823
| upgrade.fromV2 | bool | `false` | Upgrading from v2 to v3 is not allowed by default, set this to true once changes have been reviewed. |
823824

@@ -880,8 +881,8 @@ Kubernetes: `>=1.25.0-0`
880881

881882
| Repository | Name | Version |
882883
|------------|------|---------|
883-
| | crds | 3.5.1 |
884-
| | grafana | 3.5.1 |
884+
| | crds | 3.5.2 |
885+
| | grafana | 3.5.2 |
885886
| https://openreports.github.io/reports-api | openreports | 0.1.0 |
886887

887888
## Maintainers
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
description: Kyverno Custom Resource Definitions
33
name: crds
4-
version: 3.5.1
4+
version: 3.5.2

charts/kyverno/charts/crds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# crds
22

3-
![Version: 3.5.1](https://img.shields.io/badge/Version-3.5.1-informational?style=flat-square)
3+
![Version: 3.5.2](https://img.shields.io/badge/Version-3.5.2-informational?style=flat-square)
44

55
Kyverno Custom Resource Definitions
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
description: Grafana dashboards for Kyverno
33
name: grafana
4-
version: 3.5.1
4+
version: 3.5.2

charts/kyverno/charts/grafana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# grafana
22

3-
![Version: 3.5.1](https://img.shields.io/badge/Version-3.5.1-informational?style=flat-square)
3+
![Version: 3.5.2](https://img.shields.io/badge/Version-3.5.2-informational?style=flat-square)
44

55
Grafana dashboards for Kyverno
66

charts/kyverno/crds/kyverno.io/kyverno.io_cleanuppolicies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ metadata:
88
app.kubernetes.io/instance: release-name
99
app.kubernetes.io/managed-by: Helm
1010
app.kubernetes.io/part-of: release-name-crds
11-
app.kubernetes.io/version: 3.5.1
12-
helm.sh/chart: crds-3.5.1
11+
app.kubernetes.io/version: 3.5.2
12+
helm.sh/chart: crds-3.5.2
1313
annotations:
1414
controller-gen.kubebuilder.io/version: v0.17.3
1515
name: cleanuppolicies.kyverno.io

0 commit comments

Comments
 (0)