Skip to content

Commit

Permalink
Openshift owned tmp (#242)
Browse files Browse the repository at this point in the history
* move openshift owned tmp from initContainers to customInit verbose #231
* bump version: 10.2.1
  • Loading branch information
klml authored Dec 14, 2023
1 parent 88118db commit fe2d2fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: zammad
version: 10.2.0
version: 10.2.1
appVersion: 6.2.0-1
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
Expand Down
16 changes: 3 additions & 13 deletions zammad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,12 @@ zammadConfig:
zammad:
securityContext:
runAsUser: null
customInit: |
# use an openshift uid owned /tmp for attachments upload
mkdir -pv /opt/zammad/var/tmp && chmod -v +t /opt/zammad/var/tmp
railsserver:
tmpdir: "/opt/zammad/var/tmp"


initContainers:
- name: railsserver-tmp-init
image: "alpine:3.18.2"
command:
- /bin/sh
- -cx
- |
mkdir -p /opt/zammad/var/tmp && chmod +t /opt/zammad/var/tmp
volumeMounts:
- name: zammad-var
mountPath: /opt/zammad/var

elasticsearch:
sysctlImage:
enabled: false
Expand Down

0 comments on commit fe2d2fc

Please sign in to comment.