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
Enabled CluedIn.Controller support for cluster administration
Added secret for AuditLog db
Roles feature is now enabled by default
RabbitMQ upgraded to v3.8 (prev 3.7)
RabbitMQ now uses Bitnami sub-chart
NOTES.txt has been re-worked
OpenRefine has been moved to its own sub-chart. (Remember to run helm dep up to see changes reflected)
FUTURE USE: Global section added to values, this is so some common values can be shared between sub-charts.
Breaking Changes
Moved to Helm3 (so install behaviour will have changed slightly)
dns.prefix - No longer uses ReleaseName + option none has been removed. If you need a prefix then specify it in the values.
RabbitMQ support for Azure has changed (using official Bitnami chart).
Options are :
You can create an Azure PVC + then use the persistence.existingClaim field to link the data directory to it.
You can also use extraVolumeMounts + extraVolumes to configure specific mounts.
You have to set persistence.enabled to false so that it doesn't generate a PVC for data.