diff --git a/stable/enterprise/Chart.yaml b/stable/enterprise/Chart.yaml index de783cca..524f6023 100644 --- a/stable/enterprise/Chart.yaml +++ b/stable/enterprise/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: enterprise -version: "3.2.3" +version: "3.2.4" appVersion: "5.12.0" kubeVersion: 1.23.x - 1.31.x || 1.23.x-x - 1.31.x-x description: | diff --git a/stable/enterprise/README.md b/stable/enterprise/README.md index 6f4cfb27..92ca1ad8 100644 --- a/stable/enterprise/README.md +++ b/stable/enterprise/README.md @@ -639,7 +639,6 @@ To restore your deployment to using your previous driver configurations: | `global.fullnameOverride` | overrides the fullname set on resources | `""` | | `global.nameOverride` | overrides the name set on resources | `""` | - ### Common Resource Parameters | Name | Description | Value | @@ -694,7 +693,6 @@ To restore your deployment to using your previous driver configurations: | `scripts` | Collection of helper scripts usable in all anchore enterprise pods | `{}` | | `domainSuffix` | domain suffix for appending to the ANCHORE_ENDPOINT_HOSTNAME. If blank, domainSuffix will be "namespace.svc.cluster.local". | `""` | - ### Anchore Configuration Parameters | Name | Description | Value | @@ -824,7 +822,6 @@ To restore your deployment to using your previous driver configurations: | `anchoreConfig.ui.dbUser` | allows overriding and separation of the ui database user. | `""` | | `anchoreConfig.ui.dbPassword` | allows overriding and separation of the ui database user authentication | `""` | - ### Anchore Analyzer k8s Deployment Parameters | Name | Description | Value | @@ -842,7 +839,6 @@ To restore your deployment to using your previous driver configurations: | `analyzer.serviceAccountName` | Service account name for Anchore API pods | `""` | | `analyzer.scratchVolume.details` | Details for the k8s volume to be created for Anchore Analyzer scratch space | `{}` | - ### Anchore API k8s Deployment Parameters | Name | Description | Value | @@ -865,7 +861,6 @@ To restore your deployment to using your previous driver configurations: | `api.affinity` | Affinity for Anchore API pod assignment | `{}` | | `api.serviceAccountName` | Service account name for Anchore API pods | `""` | - ### Anchore Catalog k8s Deployment Parameters | Name | Description | Value | @@ -889,7 +884,6 @@ To restore your deployment to using your previous driver configurations: | `catalog.serviceAccountName` | Service account name for Anchore Catalog pods | `""` | | `catalog.scratchVolume.details` | Details for the k8s volume to be created for Anchore Catalog scratch space | `{}` | - ### Anchore DataSyncer k8s Deployment Parameters | Name | Description | Value | @@ -913,7 +907,6 @@ To restore your deployment to using your previous driver configurations: | `dataSyncer.serviceAccountName` | Service account name for Anchore DataSyncer pods | `""` | | `dataSyncer.scratchVolume.details` | Details for the k8s volume to be created for Anchore DataSyncer scratch space | `{}` | - ### Anchore Notifications Parameters | Name | Description | Value | @@ -936,7 +929,6 @@ To restore your deployment to using your previous driver configurations: | `notifications.affinity` | Affinity for Anchore Notifications pod assignment | `{}` | | `notifications.serviceAccountName` | Service account name for Anchore Notifications pods | `""` | - ### Anchore Policy Engine k8s Deployment Parameters | Name | Description | Value | @@ -960,7 +952,6 @@ To restore your deployment to using your previous driver configurations: | `policyEngine.serviceAccountName` | Service account name for Anchore Policy Engine pods | `""` | | `policyEngine.scratchVolume.details` | Details for the k8s volume to be created for Anchore Policy Engine scratch space | `{}` | - ### Anchore Reports Parameters | Name | Description | Value | @@ -984,7 +975,6 @@ To restore your deployment to using your previous driver configurations: | `reports.serviceAccountName` | Service account name for Anchore Reports pods | `""` | | `reports.scratchVolume.details` | Details for the k8s volume to be created for Anchore Reports scratch space | `{}` | - ### Anchore Reports Worker Parameters | Name | Description | Value | @@ -1007,7 +997,6 @@ To restore your deployment to using your previous driver configurations: | `reportsWorker.affinity` | Affinity for Anchore Reports Worker pod assignment | `{}` | | `reportsWorker.serviceAccountName` | Service account name for Anchore Reports Worker pods | `""` | - ### Anchore Simple Queue Parameters | Name | Description | Value | @@ -1030,7 +1019,6 @@ To restore your deployment to using your previous driver configurations: | `simpleQueue.affinity` | Affinity for Anchore Simple Queue pod assignment | `{}` | | `simpleQueue.serviceAccountName` | Service account name for Anchore Simple Queue pods | `""` | - ### Anchore UI Parameters | Name | Description | Value | @@ -1057,7 +1045,6 @@ To restore your deployment to using your previous driver configurations: | `ui.affinity` | Affinity for Anchore ui pod assignment | `{}` | | `ui.serviceAccountName` | Service account name for Anchore UI pods | `""` | - ### Anchore Upgrade Job Parameters | Name | Description | Value | @@ -1076,7 +1063,6 @@ To restore your deployment to using your previous driver configurations: | `upgradeJob.labels` | Labels for the Anchore upgrade job | `{}` | | `upgradeJob.ttlSecondsAfterFinished` | The time period in seconds the upgrade job, and it's related pods should be retained for | `-1` | - ### Ingress Parameters | Name | Description | Value | @@ -1091,7 +1077,6 @@ To restore your deployment to using your previous driver configurations: | `ingress.tls` | Configure tls for the ingress resource | `[]` | | `ingress.ingressClassName` | sets the ingress class name. As of k8s v1.18, this should be nginx | `nginx` | - ### Google CloudSQL DB Parameters | Name | Description | Value | @@ -1105,7 +1090,6 @@ To restore your deployment to using your previous driver configurations: | `cloudsql.serviceAccJsonName` | | `""` | | `cloudsql.extraArgs` | a list of extra arguments to be passed into the cloudsql container command. eg | `[]` | - ### Anchore UI Redis Parameters | Name | Description | Value | @@ -1119,7 +1103,6 @@ To restore your deployment to using your previous driver configurations: | `ui-redis.image.repository` | Specifies the image repository to use for this chart. | `bitnami/redis` | | `ui-redis.image.tag` | Specifies the image to use for this chart. | `7.0.12-debian-11-r0` | - ### Anchore Database Parameters | Name | Description | Value | @@ -1138,7 +1121,6 @@ To restore your deployment to using your previous driver configurations: | `postgresql.image.registry` | Specifies the image registry to use for this chart. | `docker.io` | | `postgresql.image.tag` | Specifies the image to use for this chart. | `13.11.0-debian-11-r15` | - ### Anchore Object Store and Analysis Archive Migration | Name | Description | Value | diff --git a/stable/enterprise/tests/__snapshot__/configmap_test.yaml.snap b/stable/enterprise/tests/__snapshot__/configmap_test.yaml.snap index 0649e3d8..5f19576b 100644 --- a/stable/enterprise/tests/__snapshot__/configmap_test.yaml.snap +++ b/stable/enterprise/tests/__snapshot__/configmap_test.yaml.snap @@ -8,6 +8,7 @@ should render the configmaps: clamav: db_update_enabled: true enabled: + max_scan_time: 600000 retrieve_files: file_list: - /etc/passwd diff --git a/stable/enterprise/values.yaml b/stable/enterprise/values.yaml index 39b28722..31475c14 100644 --- a/stable/enterprise/values.yaml +++ b/stable/enterprise/values.yaml @@ -503,6 +503,8 @@ anchoreConfig: clamav: enabled: "" # false db_update_enabled: true + # Maximum time in milliseconds that a ClamAV scan is allowed to run + max_scan_time: 600000 catalog: ## @param anchoreConfig.catalog.cycle_timers.image_watcher Interval (seconds) to check for an update to a tag