From 609ae444fa91453fb0ae4585ee6a9634b27fee72 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 1 Oct 2021 20:55:55 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../onlyoffice-document-server/0.0.1/CHANGELOG.md | 4 ---- .../onlyoffice-document-server/0.0.2/CHANGELOG.md | 4 ++++ .../{0.0.1 => 0.0.2}/CONFIG.md | 0 .../{0.0.1 => 0.0.2}/Chart.lock | 2 +- .../{0.0.1 => 0.0.2}/Chart.yaml | 2 +- .../{0.0.1 => 0.0.2}/README.md | 0 .../{0.0.1 => 0.0.2}/app-readme.md | 0 .../{0.0.1 => 0.0.2}/charts/common-8.0.13.tgz | Bin .../{0.0.1 => 0.0.2}/helm-values.md | 0 .../{0.0.1 => 0.0.2}/ix_values.yaml | 0 .../{0.0.1 => 0.0.2}/questions.yaml | 4 +++- .../{0.0.1 => 0.0.2}/templates/common.yaml | 0 .../{0.0.1 => 0.0.2}/test_values.yaml | 0 .../{0.0.1 => 0.0.2}/values.yaml | 0 14 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 incubator/onlyoffice-document-server/0.0.1/CHANGELOG.md create mode 100644 incubator/onlyoffice-document-server/0.0.2/CHANGELOG.md rename incubator/onlyoffice-document-server/{0.0.1 => 0.0.2}/CONFIG.md (100%) rename incubator/onlyoffice-document-server/{0.0.1 => 0.0.2}/Chart.lock (78%) rename incubator/onlyoffice-document-server/{0.0.1 => 0.0.2}/Chart.yaml (98%) rename incubator/onlyoffice-document-server/{0.0.1 => 0.0.2}/README.md (100%) rename incubator/onlyoffice-document-server/{0.0.1 => 0.0.2}/app-readme.md (100%) rename incubator/onlyoffice-document-server/{0.0.1 => 0.0.2}/charts/common-8.0.13.tgz (100%) rename incubator/onlyoffice-document-server/{0.0.1 => 0.0.2}/helm-values.md (100%) rename incubator/onlyoffice-document-server/{0.0.1 => 0.0.2}/ix_values.yaml (100%) rename incubator/onlyoffice-document-server/{0.0.1 => 0.0.2}/questions.yaml (99%) rename incubator/onlyoffice-document-server/{0.0.1 => 0.0.2}/templates/common.yaml (100%) rename incubator/onlyoffice-document-server/{0.0.1 => 0.0.2}/test_values.yaml (100%) rename incubator/onlyoffice-document-server/{0.0.1 => 0.0.2}/values.yaml (100%) diff --git a/incubator/onlyoffice-document-server/0.0.1/CHANGELOG.md b/incubator/onlyoffice-document-server/0.0.1/CHANGELOG.md deleted file mode 100644 index 5a61eac680..0000000000 --- a/incubator/onlyoffice-document-server/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ - - -### onlyoffice-document-server-0.0.1 (2021-10-01) - diff --git a/incubator/onlyoffice-document-server/0.0.2/CHANGELOG.md b/incubator/onlyoffice-document-server/0.0.2/CHANGELOG.md new file mode 100644 index 0000000000..afe2cd1d77 --- /dev/null +++ b/incubator/onlyoffice-document-server/0.0.2/CHANGELOG.md @@ -0,0 +1,4 @@ + + +### [onlyoffice-document-server-0.0.2](https://github.com/truecharts/apps/compare/onlyoffice-document-server-0.0.1...onlyoffice-document-server-0.0.2) (2021-10-01) + diff --git a/incubator/onlyoffice-document-server/0.0.1/CONFIG.md b/incubator/onlyoffice-document-server/0.0.2/CONFIG.md similarity index 100% rename from incubator/onlyoffice-document-server/0.0.1/CONFIG.md rename to incubator/onlyoffice-document-server/0.0.2/CONFIG.md diff --git a/incubator/onlyoffice-document-server/0.0.1/Chart.lock b/incubator/onlyoffice-document-server/0.0.2/Chart.lock similarity index 78% rename from incubator/onlyoffice-document-server/0.0.1/Chart.lock rename to incubator/onlyoffice-document-server/0.0.2/Chart.lock index 68e922a71b..ebfaf7a37c 100644 --- a/incubator/onlyoffice-document-server/0.0.1/Chart.lock +++ b/incubator/onlyoffice-document-server/0.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.0.13 digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-10-01T14:11:03.442756064Z" +generated: "2021-10-01T20:54:56.1002578Z" diff --git a/incubator/onlyoffice-document-server/0.0.1/Chart.yaml b/incubator/onlyoffice-document-server/0.0.2/Chart.yaml similarity index 98% rename from incubator/onlyoffice-document-server/0.0.1/Chart.yaml rename to incubator/onlyoffice-document-server/0.0.2/Chart.yaml index 7bc39864d5..4dbf283e73 100644 --- a/incubator/onlyoffice-document-server/0.0.1/Chart.yaml +++ b/incubator/onlyoffice-document-server/0.0.2/Chart.yaml @@ -19,4 +19,4 @@ sources: - https://github.com/ONLYOFFICE/DocumentServer - https://github.com/ONLYOFFICE/Docker-DocumentServer - https://hub.docker.com/r/onlyoffice/documentserver/ -version: 0.0.1 +version: 0.0.2 diff --git a/incubator/onlyoffice-document-server/0.0.1/README.md b/incubator/onlyoffice-document-server/0.0.2/README.md similarity index 100% rename from incubator/onlyoffice-document-server/0.0.1/README.md rename to incubator/onlyoffice-document-server/0.0.2/README.md diff --git a/incubator/onlyoffice-document-server/0.0.1/app-readme.md b/incubator/onlyoffice-document-server/0.0.2/app-readme.md similarity index 100% rename from incubator/onlyoffice-document-server/0.0.1/app-readme.md rename to incubator/onlyoffice-document-server/0.0.2/app-readme.md diff --git a/incubator/onlyoffice-document-server/0.0.1/charts/common-8.0.13.tgz b/incubator/onlyoffice-document-server/0.0.2/charts/common-8.0.13.tgz similarity index 100% rename from incubator/onlyoffice-document-server/0.0.1/charts/common-8.0.13.tgz rename to incubator/onlyoffice-document-server/0.0.2/charts/common-8.0.13.tgz diff --git a/incubator/onlyoffice-document-server/0.0.1/helm-values.md b/incubator/onlyoffice-document-server/0.0.2/helm-values.md similarity index 100% rename from incubator/onlyoffice-document-server/0.0.1/helm-values.md rename to incubator/onlyoffice-document-server/0.0.2/helm-values.md diff --git a/incubator/onlyoffice-document-server/0.0.1/ix_values.yaml b/incubator/onlyoffice-document-server/0.0.2/ix_values.yaml similarity index 100% rename from incubator/onlyoffice-document-server/0.0.1/ix_values.yaml rename to incubator/onlyoffice-document-server/0.0.2/ix_values.yaml diff --git a/incubator/onlyoffice-document-server/0.0.1/questions.yaml b/incubator/onlyoffice-document-server/0.0.2/questions.yaml similarity index 99% rename from incubator/onlyoffice-document-server/0.0.1/questions.yaml rename to incubator/onlyoffice-document-server/0.0.2/questions.yaml index 4f8613bc68..1e094e5228 100644 --- a/incubator/onlyoffice-document-server/0.0.1/questions.yaml +++ b/incubator/onlyoffice-document-server/0.0.2/questions.yaml @@ -180,12 +180,14 @@ questions: description: "Specifies the enabling the JSON Web Token validation by the ONLYOFFICE Document Server." schema: type: boolean - default: true + default: false - variable: JWT_SECRET label: "JWT_SECRET" description: "Defines the secret key to validate the JSON Web Token in the request to the ONLYOFFICE Document Server." schema: + show_if: [["JWT_ENABLED", "=", true]] type: string + required: true default: "" - variable: envList diff --git a/incubator/onlyoffice-document-server/0.0.1/templates/common.yaml b/incubator/onlyoffice-document-server/0.0.2/templates/common.yaml similarity index 100% rename from incubator/onlyoffice-document-server/0.0.1/templates/common.yaml rename to incubator/onlyoffice-document-server/0.0.2/templates/common.yaml diff --git a/incubator/onlyoffice-document-server/0.0.1/test_values.yaml b/incubator/onlyoffice-document-server/0.0.2/test_values.yaml similarity index 100% rename from incubator/onlyoffice-document-server/0.0.1/test_values.yaml rename to incubator/onlyoffice-document-server/0.0.2/test_values.yaml diff --git a/incubator/onlyoffice-document-server/0.0.1/values.yaml b/incubator/onlyoffice-document-server/0.0.2/values.yaml similarity index 100% rename from incubator/onlyoffice-document-server/0.0.1/values.yaml rename to incubator/onlyoffice-document-server/0.0.2/values.yaml