Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails.
What's Changed
- Changes for Zammad 7.0 by @mgruner in #395
- Adds support for Redis Sentinel. Fixes #391.
- Fix all
railsinvocations to usebundle exec rails. - Pass POSTGRESQL_* variables directly rather than DATABASE_URL
- Zammad 7.0 is able to construct the DATABASE_URL itself, so it's better to pass the raw variables to it to avoid issues with special character escaping.
- The bitnami memcached subchart was replaced with cloudpirates-memcached/memcached.
This should be a seamless update.
Closes #402 - The bitnami redis subchart was replaced with cloudpirates-redis/redis.
Please check your values for this subchart, as there have been minor changes here (resources configuration is now on the top level rather than inmaster).
The name of the primary redis service has changed from{{ .Release.Name }}-redis-masterto{{ .Release.Name }}-redis.
A data migration is not required here.
Fixes #367, closes: #401 - Bump helm/kind-action from 1.13.0 to 1.14.0 by @dependabot[bot] in #397
Full Changelog: zammad-15.7.0...zammad-16.0.0