For the complete documentation index, see llms.txt. This page is also available as Markdown.

Helm Chart

Helm chart change log for Lenses 6.1.

Chart versions published on the release/6.1 branch of lenses-helm-charts. Entries are derived from the chart version: bumps and the corresponding commit messages.

6.1.5

6.1.4

6.1.3

Improvements

6.1.2

  • Agent: expose a monitoring port on the deployment and add a unit test covering it

  • Agent and HQ examples: refreshed image repositories in the sample values

Improvements

6.1.1

  • Agent: wire the provisioning persistent volume into the deployment and provision-secrets templates when enabled

  • HQ: corrected the values.schema.json example for the postgres password secret

Improvements

6.1.0

  • Agent: new persistence.provisioning section adds an optional PVC for HQ-managed provisioning data, with existingClaim support on both persistence.log and persistence.provisioning (the previous flat persistence.existingClaim now fails the deployment)

  • Agent: new service.type value (defaults to ClusterIP) to control the Service kind

  • Agent: fixed component label on the deployment and service templates to lenses-agent

  • values.schema.json examples format for postgres params object.

  • HQ: cleaned up duplicated rows in the chart README

  • Added configurable service.type parameter to allow customization of the Kubernetes service type (ClusterIP, NodePort, LoadBalancer, etc.)

    • New parameter in values.yaml: service.type (default: ClusterIP)

    • Updated service template to use the configurable value

Last updated

Was this helpful?