Open
Description
Describe the bug
When upgrading the helm-chart from 1.x to 2.x my whole setup is being deleted including the PVC, which subsequently deletes all my data and e-mails.
Subsequently having a fresh install, I can't access the admin because of "Internal Server Error"
helm_v3 install --namespace mailu-v2 --version 2.1.1 mailu-v2 mailu-v2/mailu --values /config/values-01_HelmChart.yaml
Environment
- K3s
Additional context
mariadb:
enabled: false
postgresql:
enabled: false
domain: example.com
hostnames:
- mail.example.com
admin:
extraEnvVars:
- name: LD_PRELOAD
value: /usr/lib/libhardened_malloc.so
- name: DEBUG
value: "true"
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/proxy-body-size: "0"
traefik.ingress.kubernetes.io/router.middlewares: default-redirect-https@kubernetescrd
className: ""
enabled: true
realIpFrom: 0.0.0.0/0
realIpHeader: X-Forwarded-For
initialAccount:
domain: example.com
password: chang3m3!
username: mailadmin
persistence:
accessMode: ReadWriteOnce
single_pvc: true
size: 11Gi
postmaster: postmaster
webmail:
enabled: false
secretKey: blablabla
front:
hostPort:
enabled: false
externalService:
enabled: True
type: LoadBalancer
ports:
pop3: false
pop3s: true
imap: false
imaps: true
smtp: true
smtps: true
submission: true