From 291480a3da357f5591b370d85c5e6d8f3441e84c Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 11 May 2025 02:04:51 +0300 Subject: [PATCH] Fix structure --- argocd-apps/mailu-certificates.yaml | 20 +++++++++++++++++++ argocd-apps/mailu.yaml | 6 ++---- .../helm-chart => charts}/mailu/CHANGELOG.md | 0 .../helm-chart => charts}/mailu/Chart.lock | 0 .../helm-chart => charts}/mailu/Chart.yaml | 0 .../mailu/MIGRATION_GUIDE.md | 0 .../helm-chart => charts}/mailu/README.md | 0 .../mailu/ci/helm-lint-values.yaml | 0 .../mailu/linter_values.yaml | 0 .../mailu/templates/NOTES.txt | 0 .../mailu/templates/_claims.tpl | 0 .../mailu/templates/_database.tpl | 0 .../mailu/templates/_helpers.tpl | 0 .../mailu/templates/_secrets.tpl | 0 .../mailu/templates/_services.tpl | 0 .../mailu/templates/admin/deployment.yaml | 0 .../mailu/templates/admin/pvc.yaml | 0 .../mailu/templates/admin/service.yaml | 0 .../templates/clamav/service-headless.yaml | 0 .../mailu/templates/clamav/service.yaml | 0 .../mailu/templates/clamav/statefulset.yaml | 0 .../mailu/templates/dovecot/configmap.yaml | 0 .../mailu/templates/dovecot/deployment.yaml | 0 .../mailu/templates/dovecot/pvc.yaml | 0 .../mailu/templates/dovecot/service.yaml | 0 .../mailu/templates/envvars-configmap.yaml | 0 .../mailu/templates/fetchmail/deployment.yaml | 0 .../mailu/templates/fetchmail/pvc.yaml | 0 .../mailu/templates/front/deployment.yaml | 0 .../mailu/templates/front/ingress.yaml | 0 .../templates/front/service-external.yaml | 0 .../mailu/templates/front/service.yaml | 0 .../mailu/templates/network-policies.yaml | 0 .../mailu/templates/oletools/deployment.yaml | 0 .../mailu/templates/oletools/service.yaml | 0 .../mailu/templates/postfix/configmap.yaml | 0 .../mailu/templates/postfix/deployment.yaml | 0 .../mailu/templates/postfix/pvc.yaml | 0 .../mailu/templates/postfix/service.yaml | 0 .../mailu/templates/pv-hostpath.yaml | 0 .../mailu/templates/pvc.yaml | 0 .../mailu/templates/rspamd/configmap.yaml | 0 .../mailu/templates/rspamd/deployment.yaml | 0 .../mailu/templates/rspamd/pvc.yaml | 0 .../mailu/templates/rspamd/service.yaml | 0 .../mailu/templates/secret-api.yaml | 0 .../mailu/templates/secret-external-db.yaml | 0 .../templates/secret-external-relay.yaml | 0 .../templates/secret-initial-account.yaml | 0 .../mailu/templates/secret-key-secret.yaml | 0 .../mailu/templates/secrets-tls.yaml | 0 .../mailu/templates/tika/deployment.yaml | 0 .../mailu/templates/tika/service.yaml | 0 .../mailu/templates/webdav/deployment.yaml | 0 .../mailu/templates/webdav/pvc.yaml | 0 .../mailu/templates/webdav/service.yaml | 0 .../mailu/templates/webmail/deployment.yaml | 0 .../mailu/templates/webmail/pvc.yaml | 0 .../mailu/templates/webmail/secret.yaml | 0 .../mailu/templates/webmail/service.yaml | 0 .../helm-chart => charts}/mailu/values.yaml | 0 {deploy => manifests}/mailu/certificate.yaml | 0 .../mailu/clusterissuer.yaml | 0 63 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 argocd-apps/mailu-certificates.yaml rename {deploy/mailu/helm-chart => charts}/mailu/CHANGELOG.md (100%) rename {deploy/mailu/helm-chart => charts}/mailu/Chart.lock (100%) rename {deploy/mailu/helm-chart => charts}/mailu/Chart.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/MIGRATION_GUIDE.md (100%) rename {deploy/mailu/helm-chart => charts}/mailu/README.md (100%) rename {deploy/mailu/helm-chart => charts}/mailu/ci/helm-lint-values.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/linter_values.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/NOTES.txt (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/_claims.tpl (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/_database.tpl (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/_helpers.tpl (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/_secrets.tpl (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/_services.tpl (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/admin/deployment.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/admin/pvc.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/admin/service.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/clamav/service-headless.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/clamav/service.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/clamav/statefulset.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/dovecot/configmap.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/dovecot/deployment.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/dovecot/pvc.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/dovecot/service.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/envvars-configmap.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/fetchmail/deployment.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/fetchmail/pvc.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/front/deployment.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/front/ingress.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/front/service-external.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/front/service.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/network-policies.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/oletools/deployment.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/oletools/service.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/postfix/configmap.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/postfix/deployment.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/postfix/pvc.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/postfix/service.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/pv-hostpath.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/pvc.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/rspamd/configmap.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/rspamd/deployment.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/rspamd/pvc.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/rspamd/service.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/secret-api.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/secret-external-db.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/secret-external-relay.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/secret-initial-account.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/secret-key-secret.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/secrets-tls.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/tika/deployment.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/tika/service.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/webdav/deployment.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/webdav/pvc.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/webdav/service.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/webmail/deployment.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/webmail/pvc.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/webmail/secret.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/templates/webmail/service.yaml (100%) rename {deploy/mailu/helm-chart => charts}/mailu/values.yaml (100%) rename {deploy => manifests}/mailu/certificate.yaml (100%) rename {deploy => manifests}/mailu/clusterissuer.yaml (100%) diff --git a/argocd-apps/mailu-certificates.yaml b/argocd-apps/mailu-certificates.yaml new file mode 100644 index 0000000..17ed852 --- /dev/null +++ b/argocd-apps/mailu-certificates.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: mailu-certificates + namespace: argocd +spec: + project: mail-services + source: + repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git' + targetRevision: HEAD + path: manifests/mailu + directory: + recurse: true + destination: + server: https://kubernetes.default.svc + namespace: mail-services + syncPolicy: + automated: + prune: true + selfHeal: true diff --git a/argocd-apps/mailu.yaml b/argocd-apps/mailu.yaml index df97191..b82c64c 100644 --- a/argocd-apps/mailu.yaml +++ b/argocd-apps/mailu.yaml @@ -8,12 +8,10 @@ spec: source: repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git' targetRevision: HEAD - path: deploy/mailu - directory: - recurse: true + path: charts/mailu helm: valueFiles: - - ../../manifests/values.yaml + - ../../manifests/mailu/values.yaml destination: server: https://kubernetes.default.svc namespace: mail-services diff --git a/deploy/mailu/helm-chart/mailu/CHANGELOG.md b/charts/mailu/CHANGELOG.md similarity index 100% rename from deploy/mailu/helm-chart/mailu/CHANGELOG.md rename to charts/mailu/CHANGELOG.md diff --git a/deploy/mailu/helm-chart/mailu/Chart.lock b/charts/mailu/Chart.lock similarity index 100% rename from deploy/mailu/helm-chart/mailu/Chart.lock rename to charts/mailu/Chart.lock diff --git a/deploy/mailu/helm-chart/mailu/Chart.yaml b/charts/mailu/Chart.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/Chart.yaml rename to charts/mailu/Chart.yaml diff --git a/deploy/mailu/helm-chart/mailu/MIGRATION_GUIDE.md b/charts/mailu/MIGRATION_GUIDE.md similarity index 100% rename from deploy/mailu/helm-chart/mailu/MIGRATION_GUIDE.md rename to charts/mailu/MIGRATION_GUIDE.md diff --git a/deploy/mailu/helm-chart/mailu/README.md b/charts/mailu/README.md similarity index 100% rename from deploy/mailu/helm-chart/mailu/README.md rename to charts/mailu/README.md diff --git a/deploy/mailu/helm-chart/mailu/ci/helm-lint-values.yaml b/charts/mailu/ci/helm-lint-values.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/ci/helm-lint-values.yaml rename to charts/mailu/ci/helm-lint-values.yaml diff --git a/deploy/mailu/helm-chart/mailu/linter_values.yaml b/charts/mailu/linter_values.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/linter_values.yaml rename to charts/mailu/linter_values.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/NOTES.txt b/charts/mailu/templates/NOTES.txt similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/NOTES.txt rename to charts/mailu/templates/NOTES.txt diff --git a/deploy/mailu/helm-chart/mailu/templates/_claims.tpl b/charts/mailu/templates/_claims.tpl similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/_claims.tpl rename to charts/mailu/templates/_claims.tpl diff --git a/deploy/mailu/helm-chart/mailu/templates/_database.tpl b/charts/mailu/templates/_database.tpl similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/_database.tpl rename to charts/mailu/templates/_database.tpl diff --git a/deploy/mailu/helm-chart/mailu/templates/_helpers.tpl b/charts/mailu/templates/_helpers.tpl similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/_helpers.tpl rename to charts/mailu/templates/_helpers.tpl diff --git a/deploy/mailu/helm-chart/mailu/templates/_secrets.tpl b/charts/mailu/templates/_secrets.tpl similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/_secrets.tpl rename to charts/mailu/templates/_secrets.tpl diff --git a/deploy/mailu/helm-chart/mailu/templates/_services.tpl b/charts/mailu/templates/_services.tpl similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/_services.tpl rename to charts/mailu/templates/_services.tpl diff --git a/deploy/mailu/helm-chart/mailu/templates/admin/deployment.yaml b/charts/mailu/templates/admin/deployment.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/admin/deployment.yaml rename to charts/mailu/templates/admin/deployment.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/admin/pvc.yaml b/charts/mailu/templates/admin/pvc.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/admin/pvc.yaml rename to charts/mailu/templates/admin/pvc.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/admin/service.yaml b/charts/mailu/templates/admin/service.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/admin/service.yaml rename to charts/mailu/templates/admin/service.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/clamav/service-headless.yaml b/charts/mailu/templates/clamav/service-headless.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/clamav/service-headless.yaml rename to charts/mailu/templates/clamav/service-headless.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/clamav/service.yaml b/charts/mailu/templates/clamav/service.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/clamav/service.yaml rename to charts/mailu/templates/clamav/service.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/clamav/statefulset.yaml b/charts/mailu/templates/clamav/statefulset.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/clamav/statefulset.yaml rename to charts/mailu/templates/clamav/statefulset.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/dovecot/configmap.yaml b/charts/mailu/templates/dovecot/configmap.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/dovecot/configmap.yaml rename to charts/mailu/templates/dovecot/configmap.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/dovecot/deployment.yaml b/charts/mailu/templates/dovecot/deployment.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/dovecot/deployment.yaml rename to charts/mailu/templates/dovecot/deployment.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/dovecot/pvc.yaml b/charts/mailu/templates/dovecot/pvc.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/dovecot/pvc.yaml rename to charts/mailu/templates/dovecot/pvc.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/dovecot/service.yaml b/charts/mailu/templates/dovecot/service.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/dovecot/service.yaml rename to charts/mailu/templates/dovecot/service.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/envvars-configmap.yaml b/charts/mailu/templates/envvars-configmap.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/envvars-configmap.yaml rename to charts/mailu/templates/envvars-configmap.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/fetchmail/deployment.yaml b/charts/mailu/templates/fetchmail/deployment.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/fetchmail/deployment.yaml rename to charts/mailu/templates/fetchmail/deployment.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/fetchmail/pvc.yaml b/charts/mailu/templates/fetchmail/pvc.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/fetchmail/pvc.yaml rename to charts/mailu/templates/fetchmail/pvc.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/front/deployment.yaml b/charts/mailu/templates/front/deployment.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/front/deployment.yaml rename to charts/mailu/templates/front/deployment.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/front/ingress.yaml b/charts/mailu/templates/front/ingress.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/front/ingress.yaml rename to charts/mailu/templates/front/ingress.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/front/service-external.yaml b/charts/mailu/templates/front/service-external.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/front/service-external.yaml rename to charts/mailu/templates/front/service-external.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/front/service.yaml b/charts/mailu/templates/front/service.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/front/service.yaml rename to charts/mailu/templates/front/service.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/network-policies.yaml b/charts/mailu/templates/network-policies.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/network-policies.yaml rename to charts/mailu/templates/network-policies.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/oletools/deployment.yaml b/charts/mailu/templates/oletools/deployment.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/oletools/deployment.yaml rename to charts/mailu/templates/oletools/deployment.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/oletools/service.yaml b/charts/mailu/templates/oletools/service.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/oletools/service.yaml rename to charts/mailu/templates/oletools/service.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/postfix/configmap.yaml b/charts/mailu/templates/postfix/configmap.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/postfix/configmap.yaml rename to charts/mailu/templates/postfix/configmap.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/postfix/deployment.yaml b/charts/mailu/templates/postfix/deployment.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/postfix/deployment.yaml rename to charts/mailu/templates/postfix/deployment.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/postfix/pvc.yaml b/charts/mailu/templates/postfix/pvc.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/postfix/pvc.yaml rename to charts/mailu/templates/postfix/pvc.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/postfix/service.yaml b/charts/mailu/templates/postfix/service.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/postfix/service.yaml rename to charts/mailu/templates/postfix/service.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/pv-hostpath.yaml b/charts/mailu/templates/pv-hostpath.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/pv-hostpath.yaml rename to charts/mailu/templates/pv-hostpath.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/pvc.yaml b/charts/mailu/templates/pvc.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/pvc.yaml rename to charts/mailu/templates/pvc.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/rspamd/configmap.yaml b/charts/mailu/templates/rspamd/configmap.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/rspamd/configmap.yaml rename to charts/mailu/templates/rspamd/configmap.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/rspamd/deployment.yaml b/charts/mailu/templates/rspamd/deployment.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/rspamd/deployment.yaml rename to charts/mailu/templates/rspamd/deployment.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/rspamd/pvc.yaml b/charts/mailu/templates/rspamd/pvc.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/rspamd/pvc.yaml rename to charts/mailu/templates/rspamd/pvc.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/rspamd/service.yaml b/charts/mailu/templates/rspamd/service.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/rspamd/service.yaml rename to charts/mailu/templates/rspamd/service.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/secret-api.yaml b/charts/mailu/templates/secret-api.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/secret-api.yaml rename to charts/mailu/templates/secret-api.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/secret-external-db.yaml b/charts/mailu/templates/secret-external-db.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/secret-external-db.yaml rename to charts/mailu/templates/secret-external-db.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/secret-external-relay.yaml b/charts/mailu/templates/secret-external-relay.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/secret-external-relay.yaml rename to charts/mailu/templates/secret-external-relay.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/secret-initial-account.yaml b/charts/mailu/templates/secret-initial-account.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/secret-initial-account.yaml rename to charts/mailu/templates/secret-initial-account.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/secret-key-secret.yaml b/charts/mailu/templates/secret-key-secret.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/secret-key-secret.yaml rename to charts/mailu/templates/secret-key-secret.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/secrets-tls.yaml b/charts/mailu/templates/secrets-tls.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/secrets-tls.yaml rename to charts/mailu/templates/secrets-tls.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/tika/deployment.yaml b/charts/mailu/templates/tika/deployment.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/tika/deployment.yaml rename to charts/mailu/templates/tika/deployment.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/tika/service.yaml b/charts/mailu/templates/tika/service.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/tika/service.yaml rename to charts/mailu/templates/tika/service.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/webdav/deployment.yaml b/charts/mailu/templates/webdav/deployment.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/webdav/deployment.yaml rename to charts/mailu/templates/webdav/deployment.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/webdav/pvc.yaml b/charts/mailu/templates/webdav/pvc.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/webdav/pvc.yaml rename to charts/mailu/templates/webdav/pvc.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/webdav/service.yaml b/charts/mailu/templates/webdav/service.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/webdav/service.yaml rename to charts/mailu/templates/webdav/service.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/webmail/deployment.yaml b/charts/mailu/templates/webmail/deployment.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/webmail/deployment.yaml rename to charts/mailu/templates/webmail/deployment.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/webmail/pvc.yaml b/charts/mailu/templates/webmail/pvc.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/webmail/pvc.yaml rename to charts/mailu/templates/webmail/pvc.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/webmail/secret.yaml b/charts/mailu/templates/webmail/secret.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/webmail/secret.yaml rename to charts/mailu/templates/webmail/secret.yaml diff --git a/deploy/mailu/helm-chart/mailu/templates/webmail/service.yaml b/charts/mailu/templates/webmail/service.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/templates/webmail/service.yaml rename to charts/mailu/templates/webmail/service.yaml diff --git a/deploy/mailu/helm-chart/mailu/values.yaml b/charts/mailu/values.yaml similarity index 100% rename from deploy/mailu/helm-chart/mailu/values.yaml rename to charts/mailu/values.yaml diff --git a/deploy/mailu/certificate.yaml b/manifests/mailu/certificate.yaml similarity index 100% rename from deploy/mailu/certificate.yaml rename to manifests/mailu/certificate.yaml diff --git a/deploy/mailu/clusterissuer.yaml b/manifests/mailu/clusterissuer.yaml similarity index 100% rename from deploy/mailu/clusterissuer.yaml rename to manifests/mailu/clusterissuer.yaml