anchore-enterprise values.yaml
📜
domain📜
Type: string
"bigbang.dev"
istio.enabled📜
Type: bool
false
istio.injection📜
Type: string
"disabled"
istio.ui.enabled📜
Type: bool
true
istio.ui.annotations📜
Type: object
{}
Default value (formatted)
{}
istio.ui.labels📜
Type: object
{}
Default value (formatted)
{}
istio.ui.gateways[0]📜
Type: string
"istio-system/main"
istio.ui.hosts[0]📜
Type: string
"anchore.{{ .Values.domain }}"
istio.api.enabled📜
Type: bool
true
istio.api.annotations📜
Type: object
{}
Default value (formatted)
{}
istio.api.labels📜
Type: object
{}
Default value (formatted)
{}
istio.api.gateways[0]📜
Type: string
"istio-system/main"
istio.api.hosts[0]📜
Type: string
"anchore-api.{{ .Values.domain }}"
istio.mtls📜
Type: object
{"mode":"STRICT"}
Default value (formatted)
{
"mode": "STRICT"
}
Description: Default peer authentication
istio.mtls.mode📜
Type: string
"STRICT"
Description: STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic
networkPolicies.enabled📜
Type: bool
false
networkPolicies.ingressLabels.app📜
Type: string
"istio-ingressgateway"
networkPolicies.ingressLabels.istio📜
Type: string
"ingressgateway"
postgresqlSuperUser.postgresUsername📜
Type: string
""
postgresqlSuperUser.postgresPassword📜
Type: string
""
postgresqlSuperUser.existingSecret📜
Type: string
nil
ensureDbJobs.resources.limits.cpu📜
Type: string
"100m"
ensureDbJobs.resources.limits.memory📜
Type: string
"256Mi"
ensureDbJobs.resources.requests.cpu📜
Type: string
"100m"
ensureDbJobs.resources.requests.memory📜
Type: string
"256Mi"
monitoring.enabled📜
Type: bool
false
monitoring.namespace📜
Type: string
"monitoring"
monitoring.serviceMonitor.scheme📜
Type: string
""
monitoring.serviceMonitor.tlsConfig📜
Type: object
{}
Default value (formatted)
{}
enterpriseLicenseYaml📜
Type: string
""
sso.enabled📜
Type: bool
false
sso.name📜
Type: string
"keycloak"
sso.acsHttpsPort📜
Type: int
-1
sso.spEntityId📜
Type: string
"platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-anchore"
sso.acsUrl📜
Type: string
"https://anchore.bigbang.dev/service/sso/auth/keycloak"
sso.defaultAccount📜
Type: string
"user"
sso.defaultRole📜
Type: string
"read-write"
sso.roleAttribute📜
Type: string
""
sso.requireSignedAssertions📜
Type: bool
false
sso.requireSignedResponse📜
Type: bool
true
sso.idpMetadataUrl📜
Type: string
"https://login.dso.mil/auth/realms/baby-yoda/protocol/saml/descriptor"
sso.host📜
Type: string
"login.dso.mil"
sso.realm📜
Type: string
"baby-yoda"
sso.resources.limits.cpu📜
Type: string
"100m"
sso.resources.limits.memory📜
Type: string
"256Mi"
sso.resources.requests.cpu📜
Type: string
"100m"
sso.resources.requests.memory📜
Type: string
"256Mi"
sso.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
nameOverride📜
Type: string
"anchore-engine"
fullnameOverride📜
Type: string
nil
postgresql.image.registry📜
Type: string
"registry1.dso.mil"
postgresql.image.repository📜
Type: string
"ironbank/opensource/postgres/postgresql"
postgresql.image.tag📜
Type: string
"13.10"
postgresql.global.imagePullSecrets[0]📜
Type: string
"private-registry"
postgresql.externalEndpoint📜
Type: string
nil
postgresql.externalEndpoint📜
Type: string
nil
postgresql.postgresUser📜
Type: string
"anchoreengine"
postgresql.postgresPassword📜
Type: string
"anchore-postgres,123"
postgresql.postgresDatabase📜
Type: string
"anchore"
postgresql.postgresPort📜
Type: int
5432
postgresql.resources.limits.cpu📜
Type: string
"200m"
postgresql.resources.limits.memory📜
Type: string
"1024Mi"
postgresql.resources.requests.cpu📜
Type: string
"200m"
postgresql.resources.requests.memory📜
Type: string
"1024Mi"
postgresql.metrics.resources.limits.cpu📜
Type: string
"100m"
postgresql.metrics.resources.limits.memory📜
Type: string
"256Mi"
postgresql.metrics.resources.requests.cpu📜
Type: string
"100m"
postgresql.metrics.resources.requests.memory📜
Type: string
"256Mi"
postgresql.securityContext.enabled📜
Type: bool
true
postgresql.securityContext.fsGroup📜
Type: int
26
postgresql.securityContext.runAsUser📜
Type: int
26
postgresql.securityContext.runAsGroup📜
Type: int
26
postgresql.containerSecurityContext.enabled📜
Type: bool
true
postgresql.containerSecurityContext.runAsUser📜
Type: int
26
postgresql.containerSecurityContext.runAsGroup📜
Type: int
26
postgresql.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
postgresql.primary.podSecurityContext.enabled📜
Type: bool
true
postgresql.primary.podSecurityContext.fsGroup📜
Type: int
26
postgresql.primary.podSecurityContext.runAsUser📜
Type: int
26
postgresql.primary.podSecurityContext.runAsGroup📜
Type: int
26
postgresql.primary.containerSecurityContext.enabled📜
Type: bool
true
postgresql.primary.containerSecurityContext.runAsUser📜
Type: int
26
postgresql.primary.containerSecurityContext.runAsGroup📜
Type: int
26
postgresql.primary.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
postgresql.primary.persistence.resourcePolicy📜
Type: string
"keep"
postgresql.primary.persistence.size📜
Type: string
"20Gi"
postgresql.primary.persistence.subPath📜
Type: string
"data/pgdata"
postgresql.primary.persistence.mountPath📜
Type: string
"/var/lib/postgresql"
postgresql.primary.postgresqlDataDir📜
Type: string
"/var/lib/postgresql/data"
postgresql.postgresqlConfiguration.listen_addresses📜
Type: string
"*"
postgresql.pgHbaConfiguration📜
Type: string
"local all all md5\nhost all all all md5"
Default value (formatted)
local all all md5
host all all all md5
cloudsql.enabled📜
Type: bool
false
cloudsql.extraArgs📜
Type: list
[]
Default value (formatted)
[]
cloudsql.instance📜
Type: string
""
cloudsql.image.repository📜
Type: string
"gcr.io/cloudsql-docker/gce-proxy"
cloudsql.image.tag📜
Type: string
"1.22.0"
cloudsql.image.pullPolicy📜
Type: string
"IfNotPresent"
ingress.enabled📜
Type: bool
false
ingress.labels📜
Type: object
{}
Default value (formatted)
{}
ingress.apiPath📜
Type: string
"/v1/"
ingress.uiPath📜
Type: string
"/"
ingress.annotations📜
Type: string
nil
ingress.tls📜
Type: list
[]
Default value (formatted)
[]
anchoreGlobal.image📜
Type: string
"registry1.dso.mil/ironbank/anchore/engine/engine:1.1.0"
anchoreGlobal.imagePullPolicy📜
Type: string
"IfNotPresent"
anchoreGlobal.imagePullSecretName📜
Type: string
"private-registry"
anchoreGlobal.openShiftDeployment📜
Type: bool
false
anchoreGlobal.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreGlobal.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreGlobal.deploymentAnnotations📜
Type: object
{}
Default value (formatted)
{}
anchoreGlobal.extraEnv📜
Type: list
[]
Default value (formatted)
[]
anchoreGlobal.useExistingSecrets📜
Type: bool
false
anchoreGlobal.existingSecretName📜
Type: string
"anchore-engine-env"
anchoreGlobal.doSourceAtEntry.enabled📜
Type: bool
false
anchoreGlobal.doSourceAtEntry.filePaths[0]📜
Type: string
"/vault/secrets/config"
anchoreGlobal.extraVolumes📜
Type: list
[]
Default value (formatted)
[]
anchoreGlobal.extraVolumeMounts📜
Type: list
[]
Default value (formatted)
[]
anchoreGlobal.scratchVolume.fixGroupPermissions📜
Type: bool
false
anchoreGlobal.scratchVolume.mountPath📜
Type: string
"/analysis_scratch"
anchoreGlobal.scratchVolume.details📜
Type: object
{}
Default value (formatted)
{}
anchoreGlobal.certStoreSecretName📜
Type: string
nil
anchoreGlobal.securityContext.runAsUser📜
Type: int
1000
anchoreGlobal.securityContext.runAsGroup📜
Type: int
1000
anchoreGlobal.securityContext.fsGroup📜
Type: int
1000
anchoreGlobal.containerSecurityContext📜
Type: object
{}
Default value (formatted)
{}
anchoreGlobal.serviceDir📜
Type: string
"/anchore_service"
anchoreGlobal.logLevel📜
Type: string
"INFO"
anchoreGlobal.imageAnalyzeTimeoutSeconds📜
Type: int
36000
anchoreGlobal.allowECRUseIAMRole📜
Type: bool
false
anchoreGlobal.serverRequestTimeout📜
Type: int
60
anchoreGlobal.enableMetrics📜
Type: bool
false
anchoreGlobal.metricsAuthDisabled📜
Type: bool
false
anchoreGlobal.defaultAdminPassword📜
Type: string
nil
anchoreGlobal.defaultAdminEmail📜
Type: string
"example@email.com"
anchoreGlobal.saml.secret📜
Type: string
nil
anchoreGlobal.saml.useExistingSecret📜
Type: bool
false
anchoreGlobal.saml.privateKeyName📜
Type: string
nil
anchoreGlobal.saml.publicKeyName📜
Type: string
nil
anchoreGlobal.oauthEnabled📜
Type: bool
true
anchoreGlobal.oauthTokenExpirationSeconds📜
Type: int
3600
anchoreGlobal.oauthRefreshTokenExpirationSeconds📜
Type: int
86400
anchoreGlobal.ssoRequireExistingUsers📜
Type: bool
false
anchoreGlobal.hashedPasswords📜
Type: bool
true
anchoreGlobal.dbConfig.timeout📜
Type: int
120
anchoreGlobal.dbConfig.ssl📜
Type: bool
false
anchoreGlobal.dbConfig.sslMode📜
Type: string
"verify-full"
anchoreGlobal.dbConfig.sslRootCertName📜
Type: string
nil
anchoreGlobal.dbConfig.connectionPoolSize📜
Type: int
30
anchoreGlobal.dbConfig.connectionPoolMaxOverflow📜
Type: int
100
anchoreGlobal.dbConfig.engineArgs📜
Type: object
{}
Default value (formatted)
{}
anchoreGlobal.internalServicesSsl.enabled📜
Type: bool
false
anchoreGlobal.internalServicesSsl.verifyCerts📜
Type: bool
false
anchoreGlobal.internalServicesSsl.certSecretKeyName📜
Type: string
nil
anchoreGlobal.internalServicesSsl.certSecretCertName📜
Type: string
nil
anchoreGlobal.webhooksEnabled📜
Type: bool
true
anchoreGlobal.webhooks.webhook_user📜
Type: string
nil
anchoreGlobal.webhooks.webhook_pass📜
Type: string
nil
anchoreGlobal.webhooks.ssl_verify📜
Type: bool
true
anchoreGlobal.webhooks.general📜
Type: object
{}
Default value (formatted)
{}
anchoreGlobal.policyBundles📜
Type: string
nil
anchoreGlobal.probes.liveness.initialDelaySeconds📜
Type: int
120
anchoreGlobal.probes.liveness.timeoutSeconds📜
Type: int
10
anchoreGlobal.probes.liveness.periodSeconds📜
Type: int
10
anchoreGlobal.probes.liveness.failureThreshold📜
Type: int
6
anchoreGlobal.probes.liveness.successThreshold📜
Type: int
1
anchoreGlobal.probes.readiness.timeoutSeconds📜
Type: int
10
anchoreGlobal.probes.readiness.periodSeconds📜
Type: int
10
anchoreGlobal.probes.readiness.failureThreshold📜
Type: int
3
anchoreGlobal.probes.readiness.successThreshold📜
Type: int
1
anchoreGlobal.usePreupgradeHook📜
Type: bool
false
anchoreAnalyzer.replicaCount📜
Type: int
2
anchoreAnalyzer.containerPort📜
Type: int
8084
anchoreAnalyzer.serviceType📜
Type: string
"ClusterIP"
anchoreAnalyzer.extraEnv📜
Type: list
[]
Default value (formatted)
[]
anchoreAnalyzer.cycleTimers.image_analyzer📜
Type: int
1
anchoreAnalyzer.concurrentTasksPerWorker📜
Type: int
1
anchoreAnalyzer.layerCacheMaxGigabytes📜
Type: int
0
anchoreAnalyzer.enableHints📜
Type: bool
false
anchoreAnalyzer.enableOwnedPackageFiltering📜
Type: bool
true
anchoreAnalyzer.configFile.retrieve_files.file_list[0]📜
Type: string
"/etc/passwd"
anchoreAnalyzer.configFile.secret_search.match_params[0]📜
Type: string
"MAXFILESIZE=10000"
anchoreAnalyzer.configFile.secret_search.match_params[1]📜
Type: string
"STOREONMATCH=n"
anchoreAnalyzer.configFile.secret_search.regexp_match[0]📜
Type: string
"AWS_ACCESS_KEY=(?i).*aws_access_key_id( *=+ *).*(?<![A-Z0-9])[A-Z0-9]{20}(?![A-Z0-9]).*"
anchoreAnalyzer.configFile.secret_search.regexp_match[1]📜
Type: string
"AWS_SECRET_KEY=(?i).*aws_secret_access_key( *=+ *).*(?<![A-Za-z0-9/+=])[A-Za-z0-9/+=]{40}(?![A-Za-z0-9/+=]).*"
anchoreAnalyzer.configFile.secret_search.regexp_match[2]📜
Type: string
"PRIV_KEY=(?i)-+BEGIN(.*)PRIVATE KEY-+"
anchoreAnalyzer.configFile.secret_search.regexp_match[3]📜
Type: string
"DOCKER_AUTH=(?i).*\"auth\": *\".+\""
anchoreAnalyzer.configFile.secret_search.regexp_match[4]📜
Type: string
"API_KEY=(?i).*api(-\|_)key( *=+ *).*(?<![A-Z0-9])[A-Z0-9]{20,60}(?![A-Z0-9]).*"
anchoreAnalyzer.resources.limits.cpu📜
Type: int
1
anchoreAnalyzer.resources.limits.memory📜
Type: string
"4G"
anchoreAnalyzer.resources.requests.cpu📜
Type: int
1
anchoreAnalyzer.resources.requests.memory📜
Type: string
"4G"
anchoreAnalyzer.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreAnalyzer.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreAnalyzer.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreAnalyzer.deploymentAnnotations📜
Type: object
{}
Default value (formatted)
{}
anchoreAnalyzer.nodeSelector📜
Type: object
{}
Default value (formatted)
{}
anchoreAnalyzer.tolerations📜
Type: list
[]
Default value (formatted)
[]
anchoreAnalyzer.affinity📜
Type: object
{}
Default value (formatted)
{}
anchoreApi.replicaCount📜
Type: int
1
anchoreApi.extraEnv📜
Type: list
[]
Default value (formatted)
[]
anchoreApi.service.type📜
Type: string
"ClusterIP"
anchoreApi.service.port📜
Type: int
8228
anchoreApi.service.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreApi.service.label📜
Type: object
{}
Default value (formatted)
{}
anchoreApi.service.nodePort📜
Type: string
nil
anchoreApi.resources.limits.cpu📜
Type: int
1
anchoreApi.resources.limits.memory📜
Type: string
"4G"
anchoreApi.resources.requests.cpu📜
Type: int
1
anchoreApi.resources.requests.memory📜
Type: string
"4G"
anchoreApi.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreApi.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreApi.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreApi.deploymentAnnotations📜
Type: object
{}
Default value (formatted)
{}
anchoreApi.nodeSelector📜
Type: object
{}
Default value (formatted)
{}
anchoreApi.tolerations📜
Type: list
[]
Default value (formatted)
[]
anchoreApi.affinity📜
Type: object
{}
Default value (formatted)
{}
anchoreCatalog.replicaCount📜
Type: int
1
anchoreCatalog.extraEnv📜
Type: list
[]
Default value (formatted)
[]
anchoreCatalog.cycleTimers.image_watcher📜
Type: int
3600
anchoreCatalog.cycleTimers.policy_eval📜
Type: int
3600
anchoreCatalog.cycleTimers.vulnerability_scan📜
Type: int
14400
anchoreCatalog.cycleTimers.analyzer_queue📜
Type: int
1
anchoreCatalog.cycleTimers.archive_tasks📜
Type: int
43200
anchoreCatalog.cycleTimers.notifications📜
Type: int
30
anchoreCatalog.cycleTimers.service_watcher📜
Type: int
15
anchoreCatalog.cycleTimers.repo_watcher📜
Type: int
60
anchoreCatalog.cycleTimers.image_gc📜
Type: int
60
anchoreCatalog.cycleTimers.k8s_image_watcher📜
Type: int
150
anchoreCatalog.cycleTimers.resource_metrics📜
Type: int
60
anchoreCatalog.cycleTimers.events_gc📜
Type: int
43200
anchoreCatalog.events.max_retention_age_days📜
Type: int
0
anchoreCatalog.events.notification.enabled📜
Type: bool
false
anchoreCatalog.events.notification.level[0]📜
Type: string
"error"
anchoreCatalog.analysis_archive.compression.enabled📜
Type: bool
true
anchoreCatalog.analysis_archive.compression.min_size_kbytes📜
Type: int
100
anchoreCatalog.analysis_archive.storage_driver.name📜
Type: string
"db"
anchoreCatalog.analysis_archive.storage_driver.config📜
Type: object
{}
Default value (formatted)
{}
anchoreCatalog.object_store.compression.enabled📜
Type: bool
true
anchoreCatalog.object_store.compression.min_size_kbytes📜
Type: int
100
anchoreCatalog.object_store.storage_driver.name📜
Type: string
"db"
anchoreCatalog.object_store.storage_driver.config📜
Type: object
{}
Default value (formatted)
{}
anchoreCatalog.runtimeInventory.imageTTLDays📜
Type: int
1
anchoreCatalog.downAnalyzerTaskRequeue📜
Type: bool
true
anchoreCatalog.service.type📜
Type: string
"ClusterIP"
anchoreCatalog.service.port📜
Type: int
8082
anchoreCatalog.service.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreCatalog.service.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreCatalog.service.nodePort📜
Type: string
nil
anchoreCatalog.resources.limits.cpu📜
Type: int
1
anchoreCatalog.resources.limits.memory📜
Type: string
"2G"
anchoreCatalog.resources.requests.cpu📜
Type: int
1
anchoreCatalog.resources.requests.memory📜
Type: string
"2G"
anchoreCatalog.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreCatalog.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreCatalog.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreCatalog.deploymentAnnotations📜
Type: object
{}
Default value (formatted)
{}
anchoreCatalog.nodeSelector📜
Type: object
{}
Default value (formatted)
{}
anchoreCatalog.tolerations📜
Type: list
[]
Default value (formatted)
[]
anchoreCatalog.affinity📜
Type: object
{}
Default value (formatted)
{}
anchorePolicyEngine.replicaCount📜
Type: int
1
anchorePolicyEngine.extraEnv📜
Type: list
[]
Default value (formatted)
[]
anchorePolicyEngine.cycleTimers.feed_sync📜
Type: int
14400
anchorePolicyEngine.cycleTimers.feed_sync_checker📜
Type: int
3600
anchorePolicyEngine.cycleTimers.grypedb_sync📜
Type: int
60
anchorePolicyEngine.enablePackageDbLoad📜
Type: bool
true
anchorePolicyEngine.enableImagesByVulnerabilityAPI📜
Type: bool
true
anchorePolicyEngine.cacheTTL📜
Type: int
3600
anchorePolicyEngine.service.type📜
Type: string
"ClusterIP"
anchorePolicyEngine.service.port📜
Type: int
8087
anchorePolicyEngine.service.annotations📜
Type: object
{}
Default value (formatted)
{}
anchorePolicyEngine.service.labels📜
Type: object
{}
Default value (formatted)
{}
anchorePolicyEngine.service.nodePort📜
Type: string
nil
anchorePolicyEngine.resources.limits.cpu📜
Type: int
1
anchorePolicyEngine.resources.limits.memory📜
Type: string
"4G"
anchorePolicyEngine.resources.requests.cpu📜
Type: int
1
anchorePolicyEngine.resources.requests.memory📜
Type: string
"4G"
anchorePolicyEngine.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchorePolicyEngine.labels📜
Type: object
{}
Default value (formatted)
{}
anchorePolicyEngine.annotations📜
Type: object
{}
Default value (formatted)
{}
anchorePolicyEngine.deploymentAnnotations📜
Type: object
{}
Default value (formatted)
{}
anchorePolicyEngine.nodeSelector📜
Type: object
{}
Default value (formatted)
{}
anchorePolicyEngine.tolerations📜
Type: list
[]
Default value (formatted)
[]
anchorePolicyEngine.affinity📜
Type: object
{}
Default value (formatted)
{}
anchoreSimpleQueue.replicaCount📜
Type: int
1
anchoreSimpleQueue.extraEnv📜
Type: list
[]
Default value (formatted)
[]
anchoreSimpleQueue.service.type📜
Type: string
"ClusterIP"
anchoreSimpleQueue.service.port📜
Type: int
8083
anchoreSimpleQueue.service.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreSimpleQueue.service.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreSimpleQueue.service.nodePort📜
Type: string
nil
anchoreSimpleQueue.resources.limits.cpu📜
Type: int
1
anchoreSimpleQueue.resources.limits.memory📜
Type: string
"1G"
anchoreSimpleQueue.resources.requests.cpu📜
Type: int
1
anchoreSimpleQueue.resources.requests.memory📜
Type: string
"1G"
anchoreSimpleQueue.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreSimpleQueue.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreSimpleQueue.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreSimpleQueue.deploymentAnnotations📜
Type: object
{}
Default value (formatted)
{}
anchoreSimpleQueue.nodeSelector📜
Type: object
{}
Default value (formatted)
{}
anchoreSimpleQueue.tolerations📜
Type: list
[]
Default value (formatted)
[]
anchoreSimpleQueue.affinity📜
Type: object
{}
Default value (formatted)
{}
anchoreEngineUpgradeJob.enabled📜
Type: bool
true
anchoreEngineUpgradeJob.resources.limits.cpu📜
Type: int
1
anchoreEngineUpgradeJob.resources.limits.memory📜
Type: string
"1G"
anchoreEngineUpgradeJob.resources.requests.cpu📜
Type: int
1
anchoreEngineUpgradeJob.resources.requests.memory📜
Type: string
"1G"
anchoreEngineUpgradeJob.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreEngineUpgradeJob.nodeSelector📜
Type: object
{}
Default value (formatted)
{}
anchoreEngineUpgradeJob.tolerations📜
Type: list
[]
Default value (formatted)
[]
anchoreEngineUpgradeJob.affinity📜
Type: object
{}
Default value (formatted)
{}
anchoreEngineUpgradeJob.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEngineUpgradeJob.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseGlobal.enabled📜
Type: bool
false
anchoreEnterpriseGlobal.licenseSecretName📜
Type: string
"anchore-enterprise-license"
anchoreEnterpriseGlobal.image📜
Type: string
"registry1.dso.mil/ironbank/anchore/enterprise/enterprise:4.9.1"
anchoreEnterpriseGlobal.imagePullPolicy📜
Type: string
"IfNotPresent"
anchoreEnterpriseGlobal.imagePullSecretName📜
Type: string
"private-registry"
anchore-feeds-db.image.registry📜
Type: string
"registry1.dso.mil"
anchore-feeds-db.image.repository📜
Type: string
"ironbank/opensource/postgres/postgresql"
anchore-feeds-db.image.tag📜
Type: string
"13.10"
anchore-feeds-db.global.imagePullSecrets[0]📜
Type: string
"private-registry"
anchore-feeds-db.externalEndpoint📜
Type: string
nil
anchore-feeds-db.externalEndpoint📜
Type: string
nil
anchore-feeds-db.postgresUser📜
Type: string
"anchoreengine"
anchore-feeds-db.postgresPassword📜
Type: string
"anchore-postgres,123"
anchore-feeds-db.postgresDatabase📜
Type: string
"anchore"
anchore-feeds-db.postgresPort📜
Type: int
5432
anchore-feeds-db.securityContext.enabled📜
Type: bool
true
anchore-feeds-db.securityContext.fsGroup📜
Type: int
26
anchore-feeds-db.securityContext.runAsUser📜
Type: int
26
anchore-feeds-db.securityContext.runAsGroup📜
Type: int
26
anchore-feeds-db.containerSecurityContext.enabled📜
Type: bool
true
anchore-feeds-db.containerSecurityContext.runAsUser📜
Type: int
26
anchore-feeds-db.containerSecurityContext.runAsGroup📜
Type: int
26
anchore-feeds-db.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchore-feeds-db.resources.limits.cpu📜
Type: string
"100m"
anchore-feeds-db.resources.limits.memory📜
Type: string
"256Mi"
anchore-feeds-db.resources.requests.cpu📜
Type: string
"100m"
anchore-feeds-db.resources.requests.memory📜
Type: string
"256Mi"
anchore-feeds-db.metrics.resources.limits.cpu📜
Type: string
"100m"
anchore-feeds-db.metrics.resources.limits.memory📜
Type: string
"256Mi"
anchore-feeds-db.metrics.resources.requests.cpu📜
Type: string
"100m"
anchore-feeds-db.metrics.resources.requests.memory📜
Type: string
"256Mi"
anchore-feeds-db.primary.persistence.resourcePolicy📜
Type: string
"keep"
anchore-feeds-db.primary.persistence.size📜
Type: string
"20Gi"
anchore-feeds-db.primary.persistence.subPath📜
Type: string
"pgdata"
anchore-feeds-db.primary.persistence.mountPath📜
Type: string
"/var/lib/postgresql"
anchore-feeds-db.primary.postgresqlDataDir📜
Type: string
"/var/lib/postgresql/data"
anchore-feeds-db.primary.podSecurityContext.enabled📜
Type: bool
true
anchore-feeds-db.primary.podSecurityContext.fsGroup📜
Type: int
26
anchore-feeds-db.primary.podSecurityContext.runAsUser📜
Type: int
26
anchore-feeds-db.primary.podSecurityContext.runAsGroup📜
Type: int
26
anchore-feeds-db.primary.containerSecurityContext.enabled📜
Type: bool
true
anchore-feeds-db.primary.containerSecurityContext.runAsUser📜
Type: int
26
anchore-feeds-db.primary.containerSecurityContext.runAsGroup📜
Type: int
26
anchore-feeds-db.primary.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchore-feeds-db.postgresqlConfiguration.listen_addresses📜
Type: string
"*"
anchore-feeds-db.pgHbaConfiguration📜
Type: string
"local all all md5\nhost all all all md5"
Default value (formatted)
local all all md5
host all all all md5
anchore-feeds-gem-db.externalEndpoint📜
Type: string
nil
anchore-feeds-gem-db.securityContext.enabled📜
Type: bool
true
anchore-feeds-gem-db.securityContext.fsGroup📜
Type: int
26
anchore-feeds-gem-db.securityContext.runAsUser📜
Type: int
26
anchore-feeds-gem-db.securityContext.runAsGroup📜
Type: int
26
anchore-feeds-gem-db.externalEndpoint📜
Type: string
nil
anchore-feeds-gem-db.postgresUser📜
Type: string
"anchoreengine"
anchore-feeds-gem-db.postgresPassword📜
Type: string
"anchore-postgres,123"
anchore-feeds-gem-db.postgresDatabase📜
Type: string
"anchore"
anchore-feeds-gem-db.postgresPort📜
Type: int
5432
anchore-feeds-gem-db.primary.persistence.enabled📜
Type: bool
false
anchore-feeds-gem-db.primary.postgresqlDataDir📜
Type: string
"/var/lib/postgresql/data"
anchore-feeds-gem-db.primary.podSecurityContext.enabled📜
Type: bool
true
anchore-feeds-gem-db.primary.podSecurityContext.fsGroup📜
Type: int
26
anchore-feeds-gem-db.primary.podSecurityContext.runAsUser📜
Type: int
26
anchore-feeds-gem-db.primary.podSecurityContext.runAsGroup📜
Type: int
26
anchore-feeds-gem-db.primary.containerSecurityContext.enabled📜
Type: bool
true
anchore-feeds-gem-db.primary.containerSecurityContext.runAsUser📜
Type: int
26
anchore-feeds-gem-db.primary.containerSecurityContext.runAsGroup📜
Type: int
26
anchore-feeds-gem-db.primary.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreEnterpriseFeeds.enabled📜
Type: bool
true
anchoreEnterpriseFeeds.url📜
Type: string
""
anchoreEnterpriseFeeds.npmDriverEnabled📜
Type: bool
false
anchoreEnterpriseFeeds.gemDriverEnabled📜
Type: bool
false
anchoreEnterpriseFeeds.githubDriverEnabled📜
Type: bool
false
anchoreEnterpriseFeeds.githubDriverToken📜
Type: string
nil
anchoreEnterpriseFeeds.useNvdDriverApiKey📜
Type: bool
false
anchoreEnterpriseFeeds.nvdDriverApiKey📜
Type: string
nil
anchoreEnterpriseFeeds.msrcDriverEnabled📜
Type: bool
false
anchoreEnterpriseFeeds.ubuntuExtraReleases📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeeds.debianExtraReleases📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeeds.rhelDriverConcurrency📜
Type: int
5
anchoreEnterpriseFeeds.ubuntuDriverGitUrl📜
Type: string
"https://git.launchpad.net/ubuntu-cve-tracker"
anchoreEnterpriseFeeds.ubuntuDriverGitBranch📜
Type: string
"master"
anchoreEnterpriseFeeds.extraEnv📜
Type: list
[]
Default value (formatted)
[]
anchoreEnterpriseFeeds.cycleTimers.driver_sync📜
Type: int
7200
anchoreEnterpriseFeeds.existingSecretName📜
Type: string
"anchore-enterprise-feeds-env"
anchoreEnterpriseFeeds.dbConfig.timeout📜
Type: int
120
anchoreEnterpriseFeeds.dbConfig.ssl📜
Type: bool
false
anchoreEnterpriseFeeds.dbConfig.sslMode📜
Type: string
"verify-full"
anchoreEnterpriseFeeds.dbConfig.sslRootCertName📜
Type: string
nil
anchoreEnterpriseFeeds.dbConfig.connectionPoolSize📜
Type: int
30
anchoreEnterpriseFeeds.dbConfig.connectionPoolMaxOverflow📜
Type: int
100
anchoreEnterpriseFeeds.dbConfig.engineArgs📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeeds.persistence.enabled📜
Type: bool
true
anchoreEnterpriseFeeds.persistence.resourcePolicy📜
Type: string
"keep"
anchoreEnterpriseFeeds.persistence.accessMode📜
Type: string
"ReadWriteOnce"
anchoreEnterpriseFeeds.persistence.size📜
Type: string
"40Gi"
anchoreEnterpriseFeeds.persistence.subPath📜
Type: string
"postgresql-db"
anchoreEnterpriseFeeds.persistence.mountPath📜
Type: string
"/workspace"
anchoreEnterpriseFeeds.service.type📜
Type: string
"ClusterIP"
anchoreEnterpriseFeeds.service.port📜
Type: int
8448
anchoreEnterpriseFeeds.service.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeeds.service.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeeds.service.nodePort📜
Type: string
nil
anchoreEnterpriseFeeds.resources.limits.cpu📜
Type: int
1
anchoreEnterpriseFeeds.resources.limits.memory📜
Type: string
"10G"
anchoreEnterpriseFeeds.resources.requests.cpu📜
Type: int
1
anchoreEnterpriseFeeds.resources.requests.memory📜
Type: string
"10G"
anchoreEnterpriseFeeds.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreEnterpriseFeeds.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeeds.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeeds.deploymentAnnotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeeds.nodeSelector📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeeds.tolerations📜
Type: list
[]
Default value (formatted)
[]
anchoreEnterpriseFeeds.affinity📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeedsUpgradeJob.enabled📜
Type: bool
true
anchoreEnterpriseFeedsUpgradeJob.resources.limits.cpu📜
Type: int
1
anchoreEnterpriseFeedsUpgradeJob.resources.limits.memory📜
Type: string
"1G"
anchoreEnterpriseFeedsUpgradeJob.resources.requests.cpu📜
Type: int
1
anchoreEnterpriseFeedsUpgradeJob.resources.requests.memory📜
Type: string
"1G"
anchoreEnterpriseFeedsUpgradeJob.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreEnterpriseFeedsUpgradeJob.nodeSelector📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeedsUpgradeJob.tolerations📜
Type: list
[]
Default value (formatted)
[]
anchoreEnterpriseFeedsUpgradeJob.affinity📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeedsUpgradeJob.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseFeedsUpgradeJob.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseRbac.enabled📜
Type: bool
true
anchoreEnterpriseRbac.extraEnv[0].name📜
Type: string
"AUTHLIB_INSECURE_TRANSPORT"
anchoreEnterpriseRbac.extraEnv[0].value📜
Type: string
"true"
anchoreEnterpriseRbac.service.managerPort📜
Type: int
8229
anchoreEnterpriseRbac.service.authPort📜
Type: int
8089
anchoreEnterpriseRbac.service.type📜
Type: string
"ClusterIP"
anchoreEnterpriseRbac.service.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseRbac.service.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseRbac.service.nodePort📜
Type: string
nil
anchoreEnterpriseRbac.authResources.limits.cpu📜
Type: int
1
anchoreEnterpriseRbac.authResources.limits.memory📜
Type: string
"1G"
anchoreEnterpriseRbac.authResources.requests.cpu📜
Type: int
1
anchoreEnterpriseRbac.authResources.requests.memory📜
Type: string
"1G"
anchoreEnterpriseRbac.managerResources.limits.cpu📜
Type: int
1
anchoreEnterpriseRbac.managerResources.limits.memory📜
Type: string
"4G"
anchoreEnterpriseRbac.managerResources.requests.cpu📜
Type: int
1
anchoreEnterpriseRbac.managerResources.requests.memory📜
Type: string
"4G"
anchoreEnterpriseRbac.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreEnterpriseRbac.deploymentAnnotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseReports.enabled📜
Type: bool
true
anchoreEnterpriseReports.extraEnv📜
Type: list
[]
Default value (formatted)
[]
anchoreEnterpriseReports.enableGraphiql📜
Type: bool
true
anchoreEnterpriseReports.enableDataIngress📜
Type: bool
true
anchoreEnterpriseReports.enableDataEgress📜
Type: bool
false
anchoreEnterpriseReports.dataEgressWindow📜
Type: int
0
anchoreEnterpriseReports.dataRefreshMaxWorkers📜
Type: int
10
anchoreEnterpriseReports.dataLoadMaxWorkers📜
Type: int
10
anchoreEnterpriseReports.cycleTimers.reports_data_load📜
Type: int
600
anchoreEnterpriseReports.cycleTimers.reports_data_refresh📜
Type: int
7200
anchoreEnterpriseReports.cycleTimers.reports_metrics📜
Type: int
3600
anchoreEnterpriseReports.cycleTimers.reports_data_egress📜
Type: int
600
anchoreEnterpriseReports.service.type📜
Type: string
"ClusterIP"
anchoreEnterpriseReports.service.apiPort📜
Type: int
8558
anchoreEnterpriseReports.service.workerPort📜
Type: int
8778
anchoreEnterpriseReports.service.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseReports.service.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseReports.service.nodePort📜
Type: string
nil
anchoreEnterpriseReports.service.apinodePort📜
Type: string
nil
anchoreEnterpriseReports.resources.limits.cpu📜
Type: int
1
anchoreEnterpriseReports.resources.limits.memory📜
Type: string
"1G"
anchoreEnterpriseReports.resources.requests.cpu📜
Type: int
1
anchoreEnterpriseReports.resources.requests.memory📜
Type: string
"1G"
anchoreEnterpriseReports.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreEnterpriseReports.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseReports.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseReports.deploymentAnnotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseReports.nodeSelector📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseReports.tolerations📜
Type: list
[]
Default value (formatted)
[]
anchoreEnterpriseReports.affinity📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseNotifications.enabled📜
Type: bool
true
anchoreEnterpriseNotifications.extraEnv📜
Type: list
[]
Default value (formatted)
[]
anchoreEnterpriseNotifications.cycleTimers.notifications📜
Type: int
30
anchoreEnterpriseNotifications.service.type📜
Type: string
"ClusterIP"
anchoreEnterpriseNotifications.service.port📜
Type: int
8668
anchoreEnterpriseNotifications.service.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseNotifications.service.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseNotifications.service.nodePort📜
Type: string
nil
anchoreEnterpriseNotifications.resources.limits.cpu📜
Type: int
1
anchoreEnterpriseNotifications.resources.limits.memory📜
Type: string
"1G"
anchoreEnterpriseNotifications.resources.requests.cpu📜
Type: int
1
anchoreEnterpriseNotifications.resources.requests.memory📜
Type: string
"1G"
anchoreEnterpriseNotifications.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreEnterpriseNotifications.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseNotifications.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseNotifications.deploymentAnnotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseNotifications.nodeSelector📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseNotifications.tolerations📜
Type: list
[]
Default value (formatted)
[]
anchoreEnterpriseNotifications.affinity📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseUi.enabled📜
Type: bool
true
anchoreEnterpriseUi.image📜
Type: string
"registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:4.9.0"
anchoreEnterpriseUi.imagePullPolicy📜
Type: string
"IfNotPresent"
anchoreEnterpriseUi.imagePullSecretName📜
Type: string
"private-registry"
anchoreEnterpriseUi.extraEnv📜
Type: list
[]
Default value (formatted)
[]
anchoreEnterpriseUi.existingSecretName📜
Type: string
"anchore-enterprise-ui-env"
anchoreEnterpriseUi.appDBConfig.native📜
Type: bool
true
anchoreEnterpriseUi.appDBConfig.pool.max📜
Type: int
10
anchoreEnterpriseUi.appDBConfig.pool.min📜
Type: int
0
anchoreEnterpriseUi.appDBConfig.pool.acquire📜
Type: int
30000
anchoreEnterpriseUi.appDBConfig.pool.idle📜
Type: int
10000
anchoreEnterpriseUi.ldapsRootCaCertName📜
Type: string
nil
anchoreEnterpriseUi.logLevel📜
Type: string
"http"
anchoreEnterpriseUi.enableProxy📜
Type: bool
false
anchoreEnterpriseUi.enableSsl📜
Type: bool
false
anchoreEnterpriseUi.enableSharedLogin📜
Type: bool
true
anchoreEnterpriseUi.redisFlushdb📜
Type: bool
true
anchoreEnterpriseUi.forceWebsocket📜
Type: bool
false
anchoreEnterpriseUi.authenticationLock.count📜
Type: int
5
anchoreEnterpriseUi.authenticationLock.expires📜
Type: int
300
anchoreEnterpriseUi.service.type📜
Type: string
"ClusterIP"
anchoreEnterpriseUi.service.port📜
Type: int
80
anchoreEnterpriseUi.service.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseUi.service.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseUi.service.sessionAffinity📜
Type: string
"ClientIP"
anchoreEnterpriseUi.service.nodePort📜
Type: string
nil
anchoreEnterpriseUi.enrichInventoryView📜
Type: bool
true
anchoreEnterpriseUi.resources.limits.cpu📜
Type: int
1
anchoreEnterpriseUi.resources.limits.memory📜
Type: string
"1G"
anchoreEnterpriseUi.resources.requests.cpu📜
Type: int
1
anchoreEnterpriseUi.resources.requests.memory📜
Type: string
"1G"
anchoreEnterpriseUi.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreEnterpriseUi.labels📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseUi.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseUi.deploymentAnnotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseUi.nodeSelector📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseUi.tolerations📜
Type: list
[]
Default value (formatted)
[]
anchoreEnterpriseUi.affinity📜
Type: object
{}
Default value (formatted)
{}
ui-redis.istio.enabled📜
Type: string
"{{ .Values.istio.enabled }}"
ui-redis.auth.password📜
Type: string
"anchore-redis,123"
ui-redis.architecture📜
Type: string
"standalone"
ui-redis.master.persistence.enabled📜
Type: bool
false
ui-redis.metrics.serviceMonitor.scheme📜
Type: string
""
ui-redis.metrics.serviceMonitor.tlsConfig📜
Type: object
{}
Default value (formatted)
{}
ui-redis.externalEndpoint📜
Type: string
nil
ui-redis.commonConfiguration📜
Type: string
"maxmemory 200mb\nsave \"\""
Default value (formatted)
maxmemory 200mb
save \"\
anchoreEnterpriseEngineUpgradeJob.enabled📜
Type: bool
true
anchoreEnterpriseEngineUpgradeJob.resources.limits.cpu📜
Type: int
1
anchoreEnterpriseEngineUpgradeJob.resources.limits.memory📜
Type: string
"1G"
anchoreEnterpriseEngineUpgradeJob.resources.requests.cpu📜
Type: int
1
anchoreEnterpriseEngineUpgradeJob.resources.requests.memory📜
Type: string
"1G"
anchoreEnterpriseEngineUpgradeJob.containerSecurityContext.capabilities.drop[0]📜
Type: string
"ALL"
anchoreEnterpriseEngineUpgradeJob.nodeSelector📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseEngineUpgradeJob.tolerations📜
Type: list
[]
Default value (formatted)
[]
anchoreEnterpriseEngineUpgradeJob.affinity📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseEngineUpgradeJob.annotations📜
Type: object
{}
Default value (formatted)
{}
anchoreEnterpriseEngineUpgradeJob.labels📜
Type: object
{}
Default value (formatted)
{}
bbtests.enabled📜
Type: bool
false
bbtests.scripts.image📜
Type: string
"registry1.dso.mil/ironbank/anchore/cli/cli:0.9.4"
bbtests.scripts.envs.ANCHORE_CLI_URL📜
Type: string
"http://{{ template \"anchore-engine.api.fullname\" . }}:{{ .Values.anchoreApi.service.port }}/v1"
bbtests.scripts.envs.ANCHORE_CLI_USER📜
Type: string
"admin"
bbtests.scripts.envs.ANCHORE_SCAN_IMAGE📜
Type: string
"quay.io/prometheus/node-exporter:latest"
bbtests.scripts.secretEnvs[0].name📜
Type: string
"ANCHORE_CLI_PASS"
bbtests.scripts.secretEnvs[0].valueFrom.secretKeyRef.name📜
Type: string
"{{ template \"anchore-engine.fullname\" . }}-admin-pass"
bbtests.scripts.secretEnvs[0].valueFrom.secretKeyRef.key📜
Type: string
"ANCHORE_ADMIN_PASSWORD"
bbtests.scripts.resources.requests.cpu📜
Type: string
"1"
bbtests.scripts.resources.requests.memory📜
Type: string
"1Gi"
bbtests.scripts.resources.limits.cpu📜
Type: string
"1"
bbtests.scripts.resources.limits.memory📜
Type: string
"1Gi"