From 305006c8f342227c1a06020884ad6ac00a55cbb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Thu, 22 Jun 2023 01:44:52 +0200 Subject: [PATCH] update readme --- zammad/Chart.yaml | 2 +- zammad/README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zammad/Chart.yaml b/zammad/Chart.yaml index 0a120bed..8326eb58 100644 --- a/zammad/Chart.yaml +++ b/zammad/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: zammad -version: 9.0.0 +version: 9.0.1 appVersion: 6.0.0-27 description: 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. home: https://zammad.org diff --git a/zammad/README.md b/zammad/README.md index b3020ddf..9d4f7a23 100644 --- a/zammad/README.md +++ b/zammad/README.md @@ -103,16 +103,16 @@ Open your browser on ### From chart version 8.x to 9.0.0 -- Zammads PVC changed to only hold contents of /opt/zammad/var instead whole Zammad content +- Zammads PVC changed to only hold contents of /opt/zammad/var instead of the whole Zammad content - A new PVC `zammad-var` is created for this (the old zammad PVC is kept in case you need data from there) - - to update Zammad you have to delete the zammad statefulset first, as the volume config is changed + - to update Zammad you have to delete the Zammad StatefulSet first, as the immutable volume config is changed - `kubectl delete sts zammad` - `helm upgrade zammad zammad/zammad` - - Zammads initContainer does also no rsync anymore +- Zammads initContainer rsync step is no longer needed and therfore removed - DB config is now done via `DATABASE_URL` env var instead of creating a database.yml in the config directory -- Zammads pod securitycontext has new default setting for "seccompProfile:" with value "type: RuntimeDefault" +- Zammads pod securityContext has a new default setting for "seccompProfile:" with value "type: RuntimeDefault" - Docker registry changed to ghcr.io/zammad/zammad -- auto_wizard.json needs to be placd into /opt/zammad/var directory now +- auto_wizard.json is placed into /opt/zammad/var directory now - All subcharts have been updated ### From chart version 7.x to 8.0.0