1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-28 18:38:40 +00:00

Update helm docs (#9057)

* Update helm docs

Signed-off-by: siddhikhapare <siddhikhapare77@gmail.com>

* changes added

Signed-off-by: siddhikhapare <siddhikhapare77@gmail.com>

* policy file updated

Signed-off-by: siddhikhapare <siddhikhapare77@gmail.com>

---------

Signed-off-by: siddhikhapare <siddhikhapare77@gmail.com>
Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
siddhikhapare 2023-12-11 23:08:26 +05:30 committed by GitHub
parent d6b3056c73
commit 060aa7fc05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 68 deletions

View file

@ -21,15 +21,4 @@ kubeVersion: ">=1.16.0-0"
annotations:
artifacthub.io/operator: "false"
artifacthub.io/prerelease: "false"
# valid kinds are: added, changed, deprecated, removed, fixed and security
artifacthub.io/changes: |
- kind: added
description: Add ability to configure autogen behavior
- kind: fixed
description: Support for customLabels, they were ignored up to now
- kind: removed
description: "Walk back change in PSS policy to send to to_upper"
- kind: fixed
description: Skip DELETE requests on policies using deny statements
- kind: added
description: Add policyKind to allow changing ClusterPolicy to Policy for all policies

View file

@ -31,62 +31,6 @@ annotations:
artifacthub.io/links: |
- name: Documentation
url: https://kyverno.io/docs
# valid kinds are: added, changed, deprecated, removed, fixed and security
artifacthub.io/changes: |
- kind: added
description: allow overriding revisionHistoryLimit
- kind: added
description: support for GrafanaDashboard custom resource
- kind: fixed
description: rbac templating issues
- kind: added
description: make sigstore volume configurable
- kind: changed
description: no deployments can run with 0 replicas
- kind: changed
description: change dashboard title of kyverno grafana dashboard
- kind: added
description: view aggregated cluster role support
- kind: added
description: support for webhook annotations in config map
- kind: added
description: allow overriding PDB api version
- kind: fixed
description: missing image pull secrets in helm hooks
- kind: added
description: support `excludeRoles` and `excludeClusterRoles` in config
- kind: added
description: define resources for cleanupJobs
- kind: changed
description: change to enable webhook cleanup hook by default
- kind: added
description: allow pod labels for cleanup jobs
- kind: added
description: allow nodeSelector for cleanup jobs
- kind: added
description: allow nodeSelector, tolerations and affinity settings for webhooksCleanup
- kind: added
description: allow affinity settings for cleanup jobs
- kind: added
description: Add helper to handle the labels for cleanup jobs, add component label
- kind: added
description: allow podSecurityContext and securityContext for webhooksCleanup
- kind: added
description: match conditions support in webhooks
- kind: fixed
description: missing image pull policy missing in a couple of deployments
- kind: added
description: added TUF flags for custom sigstore deployments
- kind: added
description: allow setting admission controller replica count to 2
- kind: added
description: Allow overriding the ca-certificate bundle for deployments
- kind: added
description: allow excluding resourceFilters via config.resourceFiltersExclude
- kind: fixed
description: Fix Helm chart to not error when replicas defined
- kind: added
description: allow nodeSelector settings for policyReportsCleanup
dependencies:
- name: grafana
version: "0.0.0"