diff --git a/incubator/synapse/0.0.7/CHANGELOG.md b/incubator/synapse/0.0.8/CHANGELOG.md similarity index 88% rename from incubator/synapse/0.0.7/CHANGELOG.md rename to incubator/synapse/0.0.8/CHANGELOG.md index f83b1e92279..82b5347dc8e 100644 --- a/incubator/synapse/0.0.7/CHANGELOG.md +++ b/incubator/synapse/0.0.8/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [synapse-0.0.8](https://github.com/truecharts/apps/compare/synapse-0.0.7...synapse-0.0.8) (2022-01-31) + +#### Fix + +* fix federation service + + + ### [synapse-0.0.7](https://github.com/truecharts/apps/compare/synapse-0.0.5...synapse-0.0.7) (2022-01-31) diff --git a/incubator/synapse/0.0.7/CONFIG.md b/incubator/synapse/0.0.8/CONFIG.md similarity index 100% rename from incubator/synapse/0.0.7/CONFIG.md rename to incubator/synapse/0.0.8/CONFIG.md diff --git a/incubator/synapse/0.0.7/Chart.lock b/incubator/synapse/0.0.8/Chart.lock similarity index 84% rename from incubator/synapse/0.0.7/Chart.lock rename to incubator/synapse/0.0.8/Chart.lock index 7c4abcb4113..764af8e02e5 100644 --- a/incubator/synapse/0.0.7/Chart.lock +++ b/incubator/synapse/0.0.8/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 6.0.58 digest: sha256:a28ed48da9797a2e9d6e9a194aa6f65b07fc1cc0169d5ffdb0ba7c44c94806b1 -generated: "2022-01-31T14:26:46.188518195Z" +generated: "2022-01-31T15:01:27.465903657Z" diff --git a/incubator/synapse/0.0.7/Chart.yaml b/incubator/synapse/0.0.8/Chart.yaml similarity index 98% rename from incubator/synapse/0.0.7/Chart.yaml rename to incubator/synapse/0.0.8/Chart.yaml index 2f9be271816..45cc41971ce 100644 --- a/incubator/synapse/0.0.7/Chart.yaml +++ b/incubator/synapse/0.0.8/Chart.yaml @@ -24,7 +24,7 @@ maintainers: name: synapse sources: [] type: application -version: 0.0.7 +version: 0.0.8 annotations: truecharts.org/catagories: | - cloud diff --git a/incubator/synapse/0.0.7/README.md b/incubator/synapse/0.0.8/README.md similarity index 100% rename from incubator/synapse/0.0.7/README.md rename to incubator/synapse/0.0.8/README.md diff --git a/incubator/synapse/0.0.7/app-readme.md b/incubator/synapse/0.0.8/app-readme.md similarity index 100% rename from incubator/synapse/0.0.7/app-readme.md rename to incubator/synapse/0.0.8/app-readme.md diff --git a/incubator/synapse/0.0.7/charts/common-8.14.2.tgz b/incubator/synapse/0.0.8/charts/common-8.14.2.tgz similarity index 100% rename from incubator/synapse/0.0.7/charts/common-8.14.2.tgz rename to incubator/synapse/0.0.8/charts/common-8.14.2.tgz diff --git a/incubator/synapse/0.0.7/charts/postgresql-6.0.58.tgz b/incubator/synapse/0.0.8/charts/postgresql-6.0.58.tgz similarity index 100% rename from incubator/synapse/0.0.7/charts/postgresql-6.0.58.tgz rename to incubator/synapse/0.0.8/charts/postgresql-6.0.58.tgz diff --git a/incubator/synapse/0.0.7/ci/base-values.yaml b/incubator/synapse/0.0.8/ci/base-values.yaml similarity index 100% rename from incubator/synapse/0.0.7/ci/base-values.yaml rename to incubator/synapse/0.0.8/ci/base-values.yaml diff --git a/incubator/synapse/0.0.7/ci/basic-values.yaml b/incubator/synapse/0.0.8/ci/basic-values.yaml similarity index 100% rename from incubator/synapse/0.0.7/ci/basic-values.yaml rename to incubator/synapse/0.0.8/ci/basic-values.yaml diff --git a/incubator/synapse/0.0.7/helm-values.md b/incubator/synapse/0.0.8/helm-values.md similarity index 98% rename from incubator/synapse/0.0.7/helm-values.md rename to incubator/synapse/0.0.8/helm-values.md index b8790af6b39..0271b3e3434 100644 --- a/incubator/synapse/0.0.7/helm-values.md +++ b/incubator/synapse/0.0.8/helm-values.md @@ -102,6 +102,8 @@ You will, however, be able to use all values referenced in the common chart here | probes.startup.path | string | `"/health"` | | | secret | object | `{}` | | | securityContext.allowPrivilegeEscalation | bool | `true` | | +| service.federation.enabled | bool | `true` | | +| service.federation.ports.federation.enabled | bool | `true` | | | service.federation.ports.federation.port | int | `8448` | | | service.federation.ports.federation.targetPort | int | `8008` | | | service.main.ports.main.port | int | `8008` | | diff --git a/incubator/synapse/0.0.7/ix_values.yaml b/incubator/synapse/0.0.8/ix_values.yaml similarity index 99% rename from incubator/synapse/0.0.7/ix_values.yaml rename to incubator/synapse/0.0.8/ix_values.yaml index a7f2509af15..2f40457020e 100644 --- a/incubator/synapse/0.0.7/ix_values.yaml +++ b/incubator/synapse/0.0.8/ix_values.yaml @@ -19,8 +19,10 @@ service: port: 8008 targetPort: 8008 federation: + enabled: true ports: federation: + enabled: true port: 8448 targetPort: 8008 replication: diff --git a/incubator/synapse/0.0.7/questions.yaml b/incubator/synapse/0.0.8/questions.yaml similarity index 100% rename from incubator/synapse/0.0.7/questions.yaml rename to incubator/synapse/0.0.8/questions.yaml diff --git a/incubator/synapse/0.0.7/security.md b/incubator/synapse/0.0.8/security.md similarity index 100% rename from incubator/synapse/0.0.7/security.md rename to incubator/synapse/0.0.8/security.md diff --git a/incubator/synapse/0.0.7/templates/_configmap.tpl b/incubator/synapse/0.0.8/templates/_configmap.tpl similarity index 100% rename from incubator/synapse/0.0.7/templates/_configmap.tpl rename to incubator/synapse/0.0.8/templates/_configmap.tpl diff --git a/incubator/synapse/0.0.7/templates/_helpers.tpl b/incubator/synapse/0.0.8/templates/_helpers.tpl similarity index 100% rename from incubator/synapse/0.0.7/templates/_helpers.tpl rename to incubator/synapse/0.0.8/templates/_helpers.tpl diff --git a/incubator/synapse/0.0.7/templates/_secret.tpl b/incubator/synapse/0.0.8/templates/_secret.tpl similarity index 100% rename from incubator/synapse/0.0.7/templates/_secret.tpl rename to incubator/synapse/0.0.8/templates/_secret.tpl diff --git a/incubator/synapse/0.0.7/templates/common.yaml b/incubator/synapse/0.0.8/templates/common.yaml similarity index 100% rename from incubator/synapse/0.0.7/templates/common.yaml rename to incubator/synapse/0.0.8/templates/common.yaml diff --git a/incubator/synapse/0.0.7/values.yaml b/incubator/synapse/0.0.8/values.yaml similarity index 100% rename from incubator/synapse/0.0.7/values.yaml rename to incubator/synapse/0.0.8/values.yaml