diff --git a/stable/outline/1.0.27/CHANGELOG.md b/stable/outline/1.0.28/CHANGELOG.md similarity index 89% rename from stable/outline/1.0.27/CHANGELOG.md rename to stable/outline/1.0.28/CHANGELOG.md index 80e38cd6ba4..6a2e3a2732f 100644 --- a/stable/outline/1.0.27/CHANGELOG.md +++ b/stable/outline/1.0.28/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [outline-1.0.28](https://github.com/truecharts/apps/compare/outline-1.0.27...outline-1.0.28) (2022-05-25) + +#### Feat + +* Add smtp Options ([#2754](https://github.com/truecharts/apps/issues/2754)) + + + ### [outline-1.0.27](https://github.com/truecharts/apps/compare/outline-1.0.26...outline-1.0.27) (2022-05-25) @@ -88,12 +97,3 @@ #### Chore -* update helm general non-major helm releases ([#2605](https://github.com/truecharts/apps/issues/2605)) - - - - -### [outline-1.0.18](https://github.com/truecharts/apps/compare/outline-1.0.17...outline-1.0.18) (2022-04-26) - -#### Chore - diff --git a/stable/outline/1.0.27/CONFIG.md b/stable/outline/1.0.28/CONFIG.md similarity index 100% rename from stable/outline/1.0.27/CONFIG.md rename to stable/outline/1.0.28/CONFIG.md diff --git a/stable/outline/1.0.27/Chart.lock b/stable/outline/1.0.28/Chart.lock similarity index 88% rename from stable/outline/1.0.27/Chart.lock rename to stable/outline/1.0.28/Chart.lock index c80369e9472..6cb539899dc 100644 --- a/stable/outline/1.0.27/Chart.lock +++ b/stable/outline/1.0.28/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.truecharts.org version: 2.0.69 digest: sha256:3349c5454020cc7a4dde58f8eedc6a15e27044966df28216bc1daa69a31620c2 -generated: "2022-05-25T11:15:37.611094854Z" +generated: "2022-05-25T15:42:51.576511643Z" diff --git a/stable/outline/1.0.27/Chart.yaml b/stable/outline/1.0.28/Chart.yaml similarity index 98% rename from stable/outline/1.0.27/Chart.yaml rename to stable/outline/1.0.28/Chart.yaml index 0c40c2acdc3..c896fc4c57c 100644 --- a/stable/outline/1.0.27/Chart.yaml +++ b/stable/outline/1.0.28/Chart.yaml @@ -28,7 +28,7 @@ name: outline sources: - https://github.com/outline/outline type: application -version: 1.0.27 +version: 1.0.28 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/outline/1.0.27/README.md b/stable/outline/1.0.28/README.md similarity index 100% rename from stable/outline/1.0.27/README.md rename to stable/outline/1.0.28/README.md diff --git a/stable/outline/1.0.27/app-readme.md b/stable/outline/1.0.28/app-readme.md similarity index 100% rename from stable/outline/1.0.27/app-readme.md rename to stable/outline/1.0.28/app-readme.md diff --git a/stable/outline/1.0.27/charts/common-9.3.17.tgz b/stable/outline/1.0.28/charts/common-9.3.17.tgz similarity index 100% rename from stable/outline/1.0.27/charts/common-9.3.17.tgz rename to stable/outline/1.0.28/charts/common-9.3.17.tgz diff --git a/stable/outline/1.0.27/charts/postgresql-7.0.77.tgz b/stable/outline/1.0.28/charts/postgresql-7.0.77.tgz similarity index 100% rename from stable/outline/1.0.27/charts/postgresql-7.0.77.tgz rename to stable/outline/1.0.28/charts/postgresql-7.0.77.tgz diff --git a/stable/outline/1.0.27/charts/redis-2.0.69.tgz b/stable/outline/1.0.28/charts/redis-2.0.69.tgz similarity index 100% rename from stable/outline/1.0.27/charts/redis-2.0.69.tgz rename to stable/outline/1.0.28/charts/redis-2.0.69.tgz diff --git a/stable/outline/1.0.27/helm-values.md b/stable/outline/1.0.28/helm-values.md similarity index 100% rename from stable/outline/1.0.27/helm-values.md rename to stable/outline/1.0.28/helm-values.md diff --git a/stable/outline/1.0.27/ix_values.yaml b/stable/outline/1.0.28/ix_values.yaml similarity index 100% rename from stable/outline/1.0.27/ix_values.yaml rename to stable/outline/1.0.28/ix_values.yaml diff --git a/stable/outline/1.0.27/questions.yaml b/stable/outline/1.0.28/questions.yaml similarity index 98% rename from stable/outline/1.0.27/questions.yaml rename to stable/outline/1.0.28/questions.yaml index 16a05494231..5da61ee49fe 100644 --- a/stable/outline/1.0.27/questions.yaml +++ b/stable/outline/1.0.28/questions.yaml @@ -418,6 +418,49 @@ questions: schema: type: string default: "private" + - variable: smtpenabled + label: "Enable SMTP Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: SMTP_HOST + label: "SMTP_HOST" + schema: + type: string + default: "" + - variable: SMTP_PORT + label: "SMTP_PORT" + schema: + type: int + default: 587 + - variable: SMTP_USERNAME + label: "SMTP_USERNAME" + schema: + type: string + default: "" + - variable: SMTP_PASSWORD + label: "SMTP_PASSWORD" + schema: + type: string + default: "" + private: true + - variable: SMTP_FROM_EMAIL + label: "SMTP_FROM_EMAIL" + schema: + type: string + default: "" + - variable: SMTP_REPLY_EMAIL + label: "SMTP_REPLY_EMAIL" + schema: + type: string + default: "" + - variable: SMTP_SECURE + label: "SMTP_SECURE" + schema: + type: boolean + default: true - variable: TZ label: "Timezone" group: "Container Configuration" diff --git a/stable/outline/1.0.27/security.md b/stable/outline/1.0.28/security.md similarity index 100% rename from stable/outline/1.0.27/security.md rename to stable/outline/1.0.28/security.md diff --git a/stable/outline/1.0.27/templates/_secrets.tpl b/stable/outline/1.0.28/templates/_secrets.tpl similarity index 100% rename from stable/outline/1.0.27/templates/_secrets.tpl rename to stable/outline/1.0.28/templates/_secrets.tpl diff --git a/stable/outline/1.0.27/templates/common.yaml b/stable/outline/1.0.28/templates/common.yaml similarity index 100% rename from stable/outline/1.0.27/templates/common.yaml rename to stable/outline/1.0.28/templates/common.yaml diff --git a/stable/outline/1.0.27/values.yaml b/stable/outline/1.0.28/values.yaml similarity index 100% rename from stable/outline/1.0.27/values.yaml rename to stable/outline/1.0.28/values.yaml