Skip to content

Commit

Permalink
OPSEXP-2126 revert the change
Browse files Browse the repository at this point in the history
  • Loading branch information
slohe1 committed Aug 16, 2023
1 parent c142048 commit 0a81d1c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ dependencies:
- name: alfresco-ai-transformer
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.2.0
digest: sha256:1606881a21b087816ddce0fc1f758f437ce66988f7e1b948ddacfc52cee55fee
generated: "2023-08-16T15:09:09.694356+05:30"
digest: sha256:4eae3ce8eab518a909b08d01ca58ee0b61af7de3a37295d58c1f32f2ca04c355
generated: "2023-08-16T15:19:13.452893+05:30"
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ dependencies:
- name: alfresco-ai-transformer
version: 0.2.0
repository: https://alfresco.github.io/alfresco-helm-charts/
condition: global.ai.enabled
condition: alfresco-ai-transformer.enabled
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
1 change: 1 addition & 0 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ 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 |
Expand Down
1 change: 1 addition & 0 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ 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
Expand Down

0 comments on commit 0a81d1c

Please sign in to comment.