From ea903e49cb089b36dcd657d8c202e76606bc18b6 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 27 Dec 2022 12:02:20 +0200 Subject: [PATCH] fix(penpot): fix smtp vars feat(homebox): move to stable --- charts/{incubator => stable}/homebox/.helmignore | 0 charts/{incubator => stable}/homebox/CHANGELOG.md | 0 charts/{incubator => stable}/homebox/Chart.yaml | 2 +- charts/{incubator => stable}/homebox/README.md | 0 charts/{incubator => stable}/homebox/icon.png | Bin charts/{incubator => stable}/homebox/questions.yaml | 0 .../homebox/templates/_secret.tpl | 0 .../homebox/templates/common.yaml | 0 charts/{incubator => stable}/homebox/values.yaml | 0 charts/stable/penpot/Chart.yaml | 2 +- charts/stable/penpot/questions.yaml | 8 ++++---- 11 files changed, 6 insertions(+), 6 deletions(-) rename charts/{incubator => stable}/homebox/.helmignore (100%) rename charts/{incubator => stable}/homebox/CHANGELOG.md (100%) rename charts/{incubator => stable}/homebox/Chart.yaml (98%) rename charts/{incubator => stable}/homebox/README.md (100%) rename charts/{incubator => stable}/homebox/icon.png (100%) rename charts/{incubator => stable}/homebox/questions.yaml (100%) rename charts/{incubator => stable}/homebox/templates/_secret.tpl (100%) rename charts/{incubator => stable}/homebox/templates/common.yaml (100%) rename charts/{incubator => stable}/homebox/values.yaml (100%) diff --git a/charts/incubator/homebox/.helmignore b/charts/stable/homebox/.helmignore similarity index 100% rename from charts/incubator/homebox/.helmignore rename to charts/stable/homebox/.helmignore diff --git a/charts/incubator/homebox/CHANGELOG.md b/charts/stable/homebox/CHANGELOG.md similarity index 100% rename from charts/incubator/homebox/CHANGELOG.md rename to charts/stable/homebox/CHANGELOG.md diff --git a/charts/incubator/homebox/Chart.yaml b/charts/stable/homebox/Chart.yaml similarity index 98% rename from charts/incubator/homebox/Chart.yaml rename to charts/stable/homebox/Chart.yaml index 4038589ac7f..44fe475fc2b 100644 --- a/charts/incubator/homebox/Chart.yaml +++ b/charts/stable/homebox/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/homebox - https://github.com/hay-kot/homebox type: application -version: 0.0.3 +version: 1.0.0 annotations: truecharts.org/catagories: | - inventory diff --git a/charts/incubator/homebox/README.md b/charts/stable/homebox/README.md similarity index 100% rename from charts/incubator/homebox/README.md rename to charts/stable/homebox/README.md diff --git a/charts/incubator/homebox/icon.png b/charts/stable/homebox/icon.png similarity index 100% rename from charts/incubator/homebox/icon.png rename to charts/stable/homebox/icon.png diff --git a/charts/incubator/homebox/questions.yaml b/charts/stable/homebox/questions.yaml similarity index 100% rename from charts/incubator/homebox/questions.yaml rename to charts/stable/homebox/questions.yaml diff --git a/charts/incubator/homebox/templates/_secret.tpl b/charts/stable/homebox/templates/_secret.tpl similarity index 100% rename from charts/incubator/homebox/templates/_secret.tpl rename to charts/stable/homebox/templates/_secret.tpl diff --git a/charts/incubator/homebox/templates/common.yaml b/charts/stable/homebox/templates/common.yaml similarity index 100% rename from charts/incubator/homebox/templates/common.yaml rename to charts/stable/homebox/templates/common.yaml diff --git a/charts/incubator/homebox/values.yaml b/charts/stable/homebox/values.yaml similarity index 100% rename from charts/incubator/homebox/values.yaml rename to charts/stable/homebox/values.yaml diff --git a/charts/stable/penpot/Chart.yaml b/charts/stable/penpot/Chart.yaml index 2677607345a..6589f507fd5 100644 --- a/charts/stable/penpot/Chart.yaml +++ b/charts/stable/penpot/Chart.yaml @@ -32,7 +32,7 @@ sources: - https://hub.docker.com/r/penpotapp/frontend - https://hub.docker.com/r/penpotapp/backend type: application -version: 2.0.1 +version: 2.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/penpot/questions.yaml b/charts/stable/penpot/questions.yaml index 7cbdfd23773..a2fb73d519b 100644 --- a/charts/stable/penpot/questions.yaml +++ b/charts/stable/penpot/questions.yaml @@ -148,25 +148,25 @@ questions: type: string required: true default: "" - - variable: smtp_host + - variable: host label: SMTP Host schema: type: string required: true default: "" - - variable: smtp_port + - variable: port label: SMTP Port schema: type: int required: true default: 587 - - variable: smtp_user + - variable: user label: SMTP User schema: type: string required: true default: "" - - variable: smtp_pass + - variable: pass label: SMTP Pass schema: type: string