diff --git a/README.md b/README.md index 273f84ec2..1581833df 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ The table below shows the exact version of ACS deployed with each chart version/ | [6.0.1][6.0.1] | 7.4.0.1 | | 7.3.1 | 7.2.1.11 | 7.1.1.8 | 7.0.1.10 | 7.4.0.1 | | [6.0.2][6.0.2] | 7.4.0.1 | | 7.3.1 | 7.2.1.11 | 7.1.1.8 | 7.0.1.10 | 7.4.0.1 | | [6.1.0-M.1][6.1.0-M.1] | 23.1.0-A19 | 7.4.0.1 | 7.3.1 | 7.2.1.11 | 7.1.1.8 | 7.0.1.10 | 7.4.0.1 | -| 6.1.0-SNAPSHOT | 23.1.0-A19 | 7.4.0.1 | 7.3.1 | 7.2.1.11 | 7.1.1.8 | 7.0.1.10 | 7.4.0.1 | +| [7.0.0-M.1][7.0.0-M.1] | 23.1.0-A27 | 7.4.1 | 7.3.1 | 7.2.1.12 | 7.1.1.8 | 7.0.1.10 | 7.4.1 | [5.0.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v5.0.1 [5.1.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v5.1.1 @@ -87,6 +87,7 @@ The table below shows the exact version of ACS deployed with each chart version/ [6.0.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v6.0.1 [6.0.2]: https://github.com/Alfresco/acs-deployment/releases/tag/v6.0.2 [6.1.0-M.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v6.1.0-M.1 +[7.0.0-M.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v7.0.0-M.1 ### Why there is no 5.4.0? diff --git a/docs/helm/values/local-dev-values.yaml b/docs/helm/values/local-dev-values.yaml index cb71c4f09..e18b574ba 100644 --- a/docs/helm/values/local-dev-values.yaml +++ b/docs/helm/values/local-dev-values.yaml @@ -17,7 +17,7 @@ repository: memory: "1024Mi" limits: memory: "1560Mi" -alfresco-tranform-service: +alfresco-transform-service: transformrouter: replicaCount: 1 filestore: @@ -108,9 +108,7 @@ share: limits: memory: "512Mi" alfresco-sync-service: - syncservice: - enabled: false -postgresql-syncservice: enabled: false + global: alfrescoRegistryPullSecrets: quay-registry-secret diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml index 69cf4961b..30184d8a6 100644 --- a/helm/alfresco-content-services/Chart.yaml +++ b/helm/alfresco-content-services/Chart.yaml @@ -4,8 +4,8 @@ # https://www.alfresco.com/platform/content-services-ecm/trial/download apiVersion: v2 name: alfresco-content-services -version: 7.0.0-SNAPSHOT -appVersion: 23.1.0-A19 +version: 7.0.0-M.1 +appVersion: 23.1.0-A27 description: A Helm chart for deploying Alfresco Content Services keywords: - content diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index de1034292..00dbdfdc7 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -1,6 +1,6 @@ # alfresco-content-services -![Version: 7.0.0-SNAPSHOT](https://img.shields.io/badge/Version-7.0.0--SNAPSHOT-informational?style=flat-square) ![AppVersion: 23.1.0-A19](https://img.shields.io/badge/AppVersion-23.1.0--A19-informational?style=flat-square) +![Version: 7.0.0-M.1](https://img.shields.io/badge/Version-7.0.0--M.1-informational?style=flat-square) ![AppVersion: 23.1.0-A27](https://img.shields.io/badge/AppVersion-23.1.0--A27-informational?style=flat-square) A Helm chart for deploying Alfresco Content Services