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 5a61eac6805..00000000000 --- 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 00000000000..afe2cd1d77f --- /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 68e922a71b5..ebfaf7a37c0 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 7bc39864d5a..4dbf283e732 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 4f8613bc68a..1e094e52280 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