diff --git a/helm/alfresco-content-services/Chart.lock b/helm/alfresco-content-services/Chart.lock index 8700f3dca..c6e3a6d4f 100644 --- a/helm/alfresco-content-services/Chart.lock +++ b/helm/alfresco-content-services/Chart.lock @@ -38,5 +38,5 @@ dependencies: - name: alfresco-ai-transformer repository: https://alfresco.github.io/alfresco-helm-charts/ version: 0.2.0 -digest: sha256:4eae3ce8eab518a909b08d01ca58ee0b61af7de3a37295d58c1f32f2ca04c355 -generated: "2023-08-10T15:48:17.042551+05:30" +digest: sha256:1606881a21b087816ddce0fc1f758f437ce66988f7e1b948ddacfc52cee55fee +generated: "2023-08-16T15:09:09.694356+05:30" diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml index 0c678700d..082a1894b 100644 --- a/helm/alfresco-content-services/Chart.yaml +++ b/helm/alfresco-content-services/Chart.yaml @@ -73,5 +73,5 @@ dependencies: - name: alfresco-ai-transformer version: 0.2.0 repository: https://alfresco.github.io/alfresco-helm-charts/ - condition: alfresco-ai-transformer.enabled + condition: global.ai.enabled icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4 diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index 47b492b7d..693548963 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -41,7 +41,6 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | activemq.existingSecretName | string | `nil` | | | activemq.nameOverride | string | `"activemq"` | | | activemq.nodeSelector | object | `{}` | Possibility to choose Node for pod, with a key-value pair label e.g {"kubernetes.io/hostname": multinode-demo-m02} | -| alfresco-ai-transformer.enabled | bool | `false` | | | alfresco-ai-transformer.image.repository | string | `"quay.io/alfresco/alfresco-ai-docker-engine"` | | | alfresco-ai-transformer.image.tag | string | `"2.0.0"` | | | alfresco-connector-ms365.enabled | bool | `false` | Enable/Disable Alfresco Content Connector for Microsoft 365 | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index c54b1e4ec..4bc83c162 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -574,7 +574,6 @@ alfresco-sync-service: port: *repositoryExternalPort # -- toggle deploying Alfresco ai transformer alfresco-ai-transformer: - enabled: false image: repository: quay.io/alfresco/alfresco-ai-docker-engine tag: 2.0.0