From e98cd2e4cde19257f32f71926394e9115ec69dab Mon Sep 17 00:00:00 2001 From: "andrej.trusevic" Date: Tue, 16 Nov 2021 10:27:26 +0200 Subject: [PATCH] readme edit --- charts/aks-kyverno-policies/Chart.yaml | 2 +- charts/aks-kyverno-policies/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/aks-kyverno-policies/Chart.yaml b/charts/aks-kyverno-policies/Chart.yaml index ffc2759..7778385 100644 --- a/charts/aks-kyverno-policies/Chart.yaml +++ b/charts/aks-kyverno-policies/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.5.0 +version: 0.5.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/aks-kyverno-policies/README.md b/charts/aks-kyverno-policies/README.md index e886d59..e822d8a 100644 --- a/charts/aks-kyverno-policies/README.md +++ b/charts/aks-kyverno-policies/README.md @@ -79,7 +79,7 @@ policies.restrictImageRegistries.excludeSystemNamespaces | If true policy will n policies.restrictImageRegistries.excludedNamespaces | List of namespaces to which this policy will be not applied | [] policies.restrictImageRegistries.validationFailureAction | Policy action acceptable values `audit` or `enforce` | audit policies.restrictImageRegistries.background | Controls if rules are applied to existing resources | true -policies.restrictImageRegistries.allowedRegistries | Pipe separated list of image registries which will be allowed by policy | ifbalacrdev.azurecr.io/* \| ifbalacrprod.azurecr.io/* +policies.restrictImageRegistries.allowedRegistries | Pipe separated list of image registries which will be allowed by policy | dev.azurecr.io/* \| prod.azurecr.io/* policies.restrictPrivilegedContainers.enabled | If true policy will be enabled | true policies.restrictPrivilegedContainers.excludeSystemNamespaces | If true policy will not be applied to the system namespaces | true policies.restrictPrivilegedContainers.excludedNamespaces | List of namespaces to which this policy will be not applied | []