|
2 | 2 |
|
3 | 3 | Kubernetes Native Policy Management |
4 | 4 |
|
5 | | -   |
| 5 | +   |
6 | 6 |
|
7 | 7 | ## About |
8 | 8 |
|
@@ -758,8 +758,8 @@ The chart values are organised per component. |
758 | 758 | | webhooksCleanup.autoDeleteWebhooks.enabled | bool | `false` | Allow webhooks controller to delete webhooks using finalizers | |
759 | 759 | | webhooksCleanup.enabled | bool | `true` | Create a helm pre-delete hook to cleanup webhooks. | |
760 | 760 | | 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 | |
763 | 763 | | webhooksCleanup.image.tag | string | `"v1.32.7"` | Image tag Defaults to `latest` if omitted | |
764 | 764 | | webhooksCleanup.imagePullSecrets | list | `[]` | Image pull secrets | |
765 | 765 | | webhooksCleanup.nodeAffinity | object | `{}` | Node affinity constraints. | |
@@ -817,7 +817,8 @@ The chart values are organised per component. |
817 | 817 | | imagePullSecrets | object | `{}` | Image pull secrets for image verification policies, this will define the `--imagePullSecrets` argument | |
818 | 818 | | nameOverride | string | `nil` | Override the name of the chart | |
819 | 819 | | 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. | |
821 | 822 | | 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) | |
822 | 823 | | upgrade.fromV2 | bool | `false` | Upgrading from v2 to v3 is not allowed by default, set this to true once changes have been reviewed. | |
823 | 824 |
|
@@ -880,8 +881,8 @@ Kubernetes: `>=1.25.0-0` |
880 | 881 |
|
881 | 882 | | Repository | Name | Version | |
882 | 883 | |------------|------|---------| |
883 | | -| | crds | 3.5.1 | |
884 | | -| | grafana | 3.5.1 | |
| 884 | +| | crds | 3.5.2 | |
| 885 | +| | grafana | 3.5.2 | |
885 | 886 | | https://openreports.github.io/reports-api | openreports | 0.1.0 | |
886 | 887 |
|
887 | 888 | ## Maintainers |
|
0 commit comments