[Question] Installing ZPM Packages on Zammad installed with Helm Chart on Kubernetes

Infos:

  • Used Zammad version: 6.3.1
  • Used Zammad installation type: Zammad Helm Chart (Kubernetes)
  • Operating system: Linux
  • Browser + version:

Question :

  • How can I install ZPM Package in Zammad which is installed by Helm ?
  • If I use the GUI to install the packages, will it propagate to the whole installation (eg if I am running Zammad with 3 replicas ?
  • Is there any way to install packages through cli ?

The docker-ish stacks don’t come with support for it. That’s also of how containers are built. Technically it’s possible, but the whole idea of such a container is that it’s code base is not changing and if it does a restart of the stack gets rid of it.

I understand how docker containers work, as you said technically it would be possible and I can think of 2 ways :
1.
So is there any way I can install the packages using CLI ?
That way I can take Zammad docker as base and build addons in the docker (custom docker image with addons built in).
2.
Second alternative could be mounting the Zammad to a NFS drive and mount them in all containers ?