You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `image` | Image used for all Anchore Enterprise deployments, excluding Anchore UI | `docker.io/anchore/enterprise:v5.18.0` |
652
+
| `image` | Image used for all Anchore Enterprise deployments, excluding Anchore UI | `docker.io/anchore/enterprise:v5.19.0` |
653
653
| `imagePullPolicy` | Image pull policy used by all deployments | `IfNotPresent` |
654
654
| `imagePullSecretName` | Name of Docker credentials secret for access to private repos | `anchore-enterprise-pullcreds` |
655
655
| `kubectlImage` | The image to use for the job's init container that uses kubectl to scale down deployments for the migration / upgrade |`bitnami/kubectl:1.30`|
@@ -765,6 +765,7 @@ To restore your deployment to using your previous driver configurations:
765
765
|`anchoreConfig.analyzer.enable_hints`| Enable a user-supplied 'hints' file to override and/or augment the software artifacts found during analysis |`false`|
766
766
|`anchoreConfig.analyzer.configFile`| Custom Anchore Analyzer configuration file contents in YAML |`{}`|
767
767
|`anchoreConfig.catalog.account_prometheus_metrics`| Enable per-account image status prometheus metrics. |`<ALLOW_API_CONFIGURATION>`|
768
+
|`anchoreConfig.catalog.analysis_queue_priority`| Allow prioritization of new analysis jobs based on the ingress method. |`<ALLOW_API_CONFIGURATION>`|
768
769
|`anchoreConfig.catalog.sbom_vuln_scan.auto_scale`| Automatically scale batch_size and pool_size. Disable to configure manually. |`true`|
769
770
|`anchoreConfig.catalog.sbom_vuln_scan.batch_size`| The number of SBOMs to selectto scan within a single batch, when 'auto_scale' is disabled |`1`|
770
771
|`anchoreConfig.catalog.sbom_vuln_scan.pool_size`| The number of concurrent vulnerability scans to dispatch from each catalog instance |`1`|
@@ -788,7 +789,6 @@ To restore your deployment to using your previous driver configurations:
788
789
|`anchoreConfig.catalog.runtime_inventory.inventory_ttl_days`| TTL for runtime inventory. |`120`|
789
790
|`anchoreConfig.catalog.runtime_inventory.inventory_ingest_overwrite`| force runtime inventory to be overwritten upon every update for that reported context. |`false`|
790
791
|`anchoreConfig.catalog.integrations.integration_health_report_ttl_days`| TTL for integration health reports. |`2`|
791
-
|`anchoreConfig.catalog.down_analyzer_task_requeue`| Allows fast re-queueing when image status is 'analyzing' on an analyzer that is no longer in the 'up' state |`true`|
792
792
|`anchoreConfig.policy_engine.vulnerabilities.matching.exclude.providers`| List of providers to exclude from matching |`nil`|
793
793
|`anchoreConfig.policy_engine.vulnerabilities.matching.exclude.package_types`| List of package types to exclude from matching |`nil`|
794
794
|`anchoreConfig.policy_engine.enable_user_base_image`| Enables usage of Well Known Annotation to identify base image forusein ancestry calculations |`true`|
@@ -798,6 +798,7 @@ To restore your deployment to using your previous driver configurations:
798
798
|`anchoreConfig.reports.async_execution_timeout`| Configure how long a scheduled query must be running for before it is considered timed out |`48h`|
799
799
|`anchoreConfig.reports.cycle_timers.reports_scheduled_queries`| Interval in seconds to check for scheduled queries that need to be run |`600`|
800
800
|`anchoreConfig.reports.use_volume`| Configure the reports service to buffer report generation to disk instead of in memory |`false`|
801
+
|`anchoreConfig.reports_worker.ingress_images_max_workers`| The maximum number of concurrent threads to ingress images |`10`|
801
802
|`anchoreConfig.reports_worker.enable_data_ingress`| Enable periodically syncing data into the Anchore Reports Service |`true`|
802
803
|`anchoreConfig.reports_worker.enable_data_egress`| Periodically remove reporting data that has been removed in other parts of system |`false`|
803
804
|`anchoreConfig.reports_worker.data_egress_window`| defines a number of days to keep reporting data following its deletion in the rest of system. |`0`|
@@ -824,6 +825,7 @@ To restore your deployment to using your previous driver configurations:
824
825
|`anchoreConfig.ui.custom_links`| List of up to 10 external links provided |`{}`|
825
826
|`anchoreConfig.ui.enable_add_repositories`| Specify what users can add image repositories to the Anchore UI |`{}`|
826
827
|`anchoreConfig.ui.custom_message`| Custom message to display on the login page |`{}`|
828
+
|`anchoreConfig.ui.banners`| Provide messages that will be displayed as a banner at the top and/or bottom of the application or only the login page. |`{}`|
827
829
|`anchoreConfig.ui.log_level`| Descriptive detail of the application log output |`http`|
828
830
|`anchoreConfig.ui.enrich_inventory_view`| aggregate and include compliance and vulnerability data from the reports service. |`true`|
829
831
|`anchoreConfig.ui.appdb_config.native`| toggle the postgreSQL drivers used to connect to the database between the native and the NodeJS drivers. |`true`|
@@ -1044,7 +1046,7 @@ To restore your deployment to using your previous driver configurations:
|`ui.image`| Image used for the Anchore UI container |`docker.io/anchore/enterprise-ui:v5.18.0`|
1049
+
|`ui.image`| Image used for the Anchore UI container |`docker.io/anchore/enterprise-ui:v5.19.0`|
1048
1050
|`ui.imagePullPolicy`| Image pull policy for Anchore UI image |`IfNotPresent`|
1049
1051
|`ui.existingSecretName`| Name of an existing secret to be used for Anchore UI DB and Redis endpoints |`anchore-enterprise-ui-env`|
1050
1052
|`ui.ldapsRootCaCertName`| Name of the custom CA certificate file store in`.Values.certStoreSecretName`|`""`|
@@ -1169,6 +1171,7 @@ To restore your deployment to using your previous driver configurations:
1169
1171
| `osaaMigrationJob.analysisArchiveMigration.analysis_archive` | The configuration of the catalog.analysis_archive for the dest-config.yaml | `{}` |
1170
1172
| `osaaMigrationJob.objectStoreMigration.run` | Run the object_store migration | `false` |
1171
1173
| `osaaMigrationJob.objectStoreMigration.object_store` | The configuration of the object_store for the dest-config.yaml | `{}` |
1174
+
| `extraManifests` | List of additional manifests to be included in the chart | `[]` |
1172
1175
1173
1176
## Release Notes
1174
1177
@@ -1178,6 +1181,11 @@ For the latest updates and features in Anchore Enterprise, see the official [Rel
1178
1181
- **Minor Chart Version Change (e.g., v0.1.2 -> v0.2.0)**: Indicates a significant change to the deployment that does not require manual intervention.
1179
1182
- **Patch Chart Version Change (e.g., v0.1.2 -> v0.1.3)**: Indicates a backwards-compatible bug fix or documentation update.
1180
1183
1184
+
### V3.11.x
1185
+
1186
+
- Deploys Anchore Enterprise v5.19.x. See the [Release Notes](https://docs.anchore.com/current/docs/releasenotes/5190/) for more information.
1187
+
- Adds a mechanism for adding arbitrary manifests to the helm chart so users can include all resources for the deployment within their helm values file
1188
+
1181
1189
### V3.10.x
1182
1190
1183
1191
- Deploys Anchore Enterprise v5.18.x. See the [Release Notes](https://docs.anchore.com/current/docs/releasenotes/5180/) for more information.
0 commit comments