Skip to content
Draft
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 apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ appsInfo:
isAlpha: true
kyverno:
title: Kyverno
appVersion: 1.17.2
appVersion: 1.18.1
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 @@ -69,7 +69,7 @@ dependencies:
version: 85.2.0
repository: https://prometheus-community.github.io/helm-charts
- name: kyverno
version: 3.7.2
version: 3.8.1
repository: https://kyverno.github.io/kyverno/
- name: loki
version: 6.55.0
Expand Down
8 changes: 4 additions & 4 deletions charts/kyverno/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies:
- name: grafana
repository: ""
version: 3.7.2
version: 3.8.1
- name: crds
repository: ""
version: 3.7.2
version: 3.8.1
- name: kyverno-api
repository: https://kyverno.github.io/api
version: 0.0.1-alpha.2
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: reports-server
repository: https://kyverno.github.io/reports-server/
version: 0.1.6
digest: sha256:a1539782e49a65e5702114dec4979f104e13afb9a2a286ff438b8eeb9a499161
generated: "2026-04-23T21:15:16.784833+08:00"
digest: sha256:f09c63f775fb3728813f5301ba3469e931623ab6f924e54066e8d665d2d68e5a
generated: "2026-05-18T17:16:15.487764+08:00"
8 changes: 4 additions & 4 deletions charts/kyverno/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ annotations:
artifacthub.io/operator: "false"
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: v1.17.2
appVersion: v1.18.1
dependencies:
- condition: grafana.enabled
name: grafana
repository: ""
version: 3.7.2
version: 3.8.1
- condition: crds.install
name: crds
repository: ""
version: 3.7.2
version: 3.8.1
- condition: crds.install
name: kyverno-api
repository: https://kyverno.github.io/api
Expand Down Expand Up @@ -56,4 +56,4 @@ name: kyverno
sources:
- https://github.com/kyverno/kyverno
type: application
version: 3.7.2
version: 3.8.1
940 changes: 0 additions & 940 deletions charts/kyverno/README.md

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.7.2
version: 3.8.1
18 changes: 0 additions & 18 deletions charts/kyverno/charts/crds/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ spec:
secrets:
description: |-
Secrets specifies a list of secrets that are provided for credentials.
Secrets must live in the Kyverno namespace.
Secrets can be specified as a name (Kyverno namespace) or namespace/name.
imagePullSecrets from the resource namespace are also used.
items:
type: string
type: array
Expand Down Expand Up @@ -1612,7 +1613,8 @@ spec:
secrets:
description: |-
Secrets specifies a list of secrets that are provided for credentials.
Secrets must live in the Kyverno namespace.
Secrets can be specified as a name (Kyverno namespace) or namespace/name.
imagePullSecrets from the resource namespace are also used.
items:
type: string
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ spec:
secrets:
description: |-
Secrets specifies a list of secrets that are provided for credentials.
Secrets must live in the Kyverno namespace.
Secrets can be specified as a name (Kyverno namespace) or namespace/name.
imagePullSecrets from the resource namespace are also used.
items:
type: string
type: array
Expand Down Expand Up @@ -1612,7 +1613,8 @@ spec:
secrets:
description: |-
Secrets specifies a list of secrets that are provided for credentials.
Secrets must live in the Kyverno namespace.
Secrets can be specified as a name (Kyverno namespace) or namespace/name.
imagePullSecrets from the resource namespace are also used.
items:
type: string
type: array
Expand Down
Loading
Loading