Skip to content

Helm Chart Release Notes

Chart v1.2.0

Migration Notes

Action required for existing deployments

Base64 encoding for secrets is now optional.

If you are upgrading from a previous version using base64 encoded secrets, you must explicitly set the following to preserve previous behavior and avoid breaking existing deployments:

secrets:
  base64EncodedValues: true

New Features

  • Added flag to make base64 encoding for secrets optional
  • Updated deployment examples to include plain text secret examples
  • Updated NGINX reverse proxy to include HTTP config for testing purposes
  • Updated adminserver image with embedded Circle of Trust script intended for automated deployment script
  • Added direct support for NFS and SMB data connectivity

Improvements

  • Refactored and stream-lined backend node PVs/PVCs

Bug-Fix

  • Fixed the logging path for adminserver pod's persisted logs in k3s