From 060aa7fc0509c02ff2a3489f206e728ccd8a0dd3 Mon Sep 17 00:00:00 2001 From: siddhikhapare <81567515+siddhikhapare@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:08:26 +0530 Subject: [PATCH] Update helm docs (#9057) * Update helm docs Signed-off-by: siddhikhapare * changes added Signed-off-by: siddhikhapare * policy file updated Signed-off-by: siddhikhapare --------- Signed-off-by: siddhikhapare Co-authored-by: shuting --- charts/kyverno-policies/Chart.yaml | 13 +------ charts/kyverno/Chart.yaml | 56 ------------------------------ 2 files changed, 1 insertion(+), 68 deletions(-) diff --git a/charts/kyverno-policies/Chart.yaml b/charts/kyverno-policies/Chart.yaml index 78d9731fd8..6226d70099 100644 --- a/charts/kyverno-policies/Chart.yaml +++ b/charts/kyverno-policies/Chart.yaml @@ -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 + diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index a990f18345..db026c16d8 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -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"