From 2d82516eb94170fa3c531bc7c3466db4ccc49028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sat, 12 Aug 2023 14:06:43 +0200 Subject: [PATCH] fix --- share/wildduck/index.yaml | 54 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/share/wildduck/index.yaml b/share/wildduck/index.yaml index 0a72851..2db86fa 100644 --- a/share/wildduck/index.yaml +++ b/share/wildduck/index.yaml @@ -6,26 +6,6 @@ metadata: name: wildduck description: null options: - sub-domain: - default: mail - examples: - - mail - type: string - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string redis: default: exporter: @@ -74,7 +54,7 @@ options: webmail: pullPolicy: IfNotPresent registry: docker.io - repository: nodemailer/wildduck-webmail + repository: sebt3/wildduck-webmail tag: 1.0.1 wildduck: pullPolicy: IfNotPresent @@ -100,7 +80,7 @@ options: webmail: pullPolicy: IfNotPresent registry: docker.io - repository: nodemailer/wildduck-webmail + repository: sebt3/wildduck-webmail tag: 1.0.1 wildduck: pullPolicy: IfNotPresent @@ -165,7 +145,7 @@ options: default: pullPolicy: IfNotPresent registry: docker.io - repository: nodemailer/wildduck-webmail + repository: sebt3/wildduck-webmail tag: 1.0.1 properties: pullPolicy: @@ -175,7 +155,7 @@ options: default: docker.io type: string repository: - default: nodemailer/wildduck-webmail + default: sebt3/wildduck-webmail type: string tag: default: 1.0.1 @@ -252,16 +232,36 @@ options: default: backup-settings type: string type: object - domain: - default: your-company + sub-domain: + default: mail examples: - - your-company + - mail type: string additional-domains: default: [] items: type: string type: array + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + ingress-class: + default: traefik + examples: + - traefik + type: string + domain: + default: your-company + examples: + - your-company + type: string dependencies: - dist: null category: dbo