Skip to content

Commit

Permalink
🛠 Updatecli pipeline acs bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored and alfresco-build committed Nov 9, 2023
1 parent b9813f3 commit 21d3eb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose/7.1.N-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ services:
- "61616:61616" # OpenWire
- "61613:61613" # STOMP
digital-workspace:
image: quay.io/alfresco/alfresco-digital-workspace:2.6.1
image: quay.io/alfresco/alfresco-digital-workspace:2.6.2
mem_limit: 128m
environment:
APP_CONFIG_AUTH_TYPE: "BASIC"
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/7.1.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ postgresql:
tag: 13.3.0
alfresco-digital-workspace:
image:
tag: 2.6.1
tag: 2.6.2
alfresco-sync-service:
image:
tag: 3.7.2
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| 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-ai-transformer.image.tag | string | `"3.0.0"` | |
| alfresco-ai-transformer.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | |
| alfresco-connector-ms365.enabled | bool | `false` | Enable/Disable Alfresco Content Connector for Microsoft 365 |
| alfresco-connector-ms365.image.repository | string | `"quay.io/alfresco/alfresco-ooi-service"` | |
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ alfresco-ai-transformer:
existingSecretName: *acs_messageBroker_secretName
image:
repository: quay.io/alfresco/alfresco-ai-docker-engine
tag: 2.0.0
tag: 3.0.0
# aws:
# accessKey:
# secretAccessKey:
Expand Down

0 comments on commit 21d3eb9

Please sign in to comment.