Releases: PSPDFKit/helm-charts
maestrod-0.6.0
Added
- Optional Prometheus Operator ServiceMonitor via
observability.metrics.serviceMonitor.
document-engine-8.4.0
Added
- Added
observability.log.structuredFlatten, which renders theLOG_STRUCTURED_FLATTENenvironment variable. Only applies whenobservability.log.structuredistrue. Defaults totrue, matching the Document Engine 1.16.0 default.
Changed
- Updated Document Engine to 1.16.0.
config.tileMaxScalenow defaults to unlimited (unset). Previously the chart pinnedTILE_MAX_SCALE=16. Document Engine 1.16.0 enforces the limit onGET,POSTand HTTP/2 tile rendering, so leaving it unset matches the upstream default. To preserve the previous behavior, setconfig.tileMaxScale: 16explicitly.
maestrod-0.5.0
First public release. Value-compatible with the internal 0.3.4 chart; the
following defaults changed — set them explicitly to preserve old behaviour:
image:
repository: <account>.dkr.ecr.eu-west-1.amazonaws.com/maestrod # now pspdfkit/maestrod
tag: nightly # now empty (→ appVersion)
pullPolicy: Always # now IfNotPresent
imagePullSecrets: <...>
podLabels: { component_name: maestrod } # now {}
restartJob:
registryAuthSecretName: "<...>" # now ""Added
/healthHTTP defaults forstartupProbe/livenessProbe/readinessProbe.NUTRIENT_SHOW_SCALAR/NATIVESDK_VISION_LOGSvia ConfigMap with
checksum/configrollout trigger.serviceAccount,autoscaling,podDisruptionBudget,deploymentAnnotations,
topologySpreadConstraints,schedulerName,lifecycle,extra*,
sidecars,initContainers.licenseSecret.name: ""skips theNUTRIENT_LICENSE_KEYenv var.- Generated
README.md+values.schema.json;ci/values;helm testprobe.
ai-assistant-2.0.0
Changed
-
Breaking:
config.serviceConfigurationnow uses the v2 service configuration schema (version: "2"withprovidersandmodels). The v1 schema (version: "1"withaiServices) is no longer accepted. v2 enables label-based model selection, multi-provider routing, and request-timeprovider:modeloverrides.To upgrade, replace any v1
config.serviceConfigurationwith a v2 configuration, or setconfig.serviceConfigurationConfigMapto supply the file from an external ConfigMap. See the v2 configuration guide. -
The default
config.serviceConfigurationis an empty v2 configuration (version: "2"with emptyprovidersandmodels), replacing the previous v1aiServicesexample. -
Added
config.serviceConfiguration.providersandconfig.serviceConfiguration.modelsvalues for the v2 schema.
ai-assistant-1.2.1
Fixed
cloudNativePG.DatabaseandcloudNativePG.document-engine.Databaseresources now set the requiredspec.ownerfield. Without it the CloudNativePG admission webhook rejects the resources withDatabase.postgresql.cnpg.io ... is invalid: [spec.owner: Required value, ...], breaking install of the chart whencloudNativePG.enabledistrue.owneris sourced fromdatabase.postgres.username(defaults topostgres, which exists in the cluster viaclusterSpec.enableSuperuserAccess: true).
document-engine-8.3.1
Changed
- Changed the default
config.tileMaxScalevalue from2to16.
document-engine-8.3.0
Added
- Added
config.tileMaxScale, which renders theTILE_MAX_SCALEenvironment variable.
document-engine-8.2.3
Added
- New clustering panels in the Document Engine Grafana dashboard
document-engine-8.2.2
Changed
- MinIO references replaced with Garage
document-engine-8.2.1
Changed
- Document Engine 1.15.1
- New options
workerPoolMaxRestartsandworkerPoolMaxSecondsare available to control the worker supervisor restart throttling.