Changes
⚠ Breaking Changes
We needed to move away from the bitnami/elasticsearch to the library/elasticsearch image due to bitnami/charts#35164. This change requires a manual update step to fix file permissions in the elasticsearch-data volume:
docker compose run -it -u0 zammad-elasticsearch chown elasticsearch -Rv /usr/share/elasticsearch/data
changed ownership of '/usr/share/elasticsearch/data/node.lock' from 1001 to elasticsearch
changed ownership of '/usr/share/elasticsearch/data/nodes' from 1001 to elasticsearch
…
Full Changelog: v13.6.0...v14.0.0