Skip to content

Commit

Permalink
🛠 Updatecli pipeline acs bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jul 5, 2023
1 parent 880cef4 commit 34986a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/7.4.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ activemq:
tag: null
alfresco-search:
searchServicesImage:
tag: 2.0.5.2
tag: 2.0.7
alfresco-search-enterprise:
enabled: false
liveIndexing:
Expand Down Expand Up @@ -67,7 +67,7 @@ postgresql-syncservice:
tag: 14.4.0
alfresco-sync-service:
image:
tag: 3.8.0
tag: 3.10.0
ooiService:
image:
tag: 2.0.0
Expand Down
4 changes: 3 additions & 1 deletion helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-search.ingress.enabled | bool | `false` | Alfresco Search services endpoint ('/solr') |
| alfresco-search.ingress.tls | list | `[]` | |
| alfresco-search.nodeSelector | object | `{}` | |
| alfresco-search.searchServicesImage.repository | string | `"quay.io/alfresco/search-services"` | |
| alfresco-search.searchServicesImage.tag | string | `"2.0.8-A1"` | |
| alfresco-sync-service.enabled | bool | `true` | Toggle deployment of Alfresco Sync Service (Desktop-Sync) Check [Alfresco Sync Service Documentation](https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-sync-service) |
| alfresco-sync-service.image.tag | string | `"3.10.0"` | |
| alfresco-sync-service.image.tag | string | `"4.0.0-M9"` | |
| alfresco-sync-service.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | |
| alfresco-sync-service.postgresql.auth.database | string | `"syncservice-postgresql"` | |
| alfresco-sync-service.postgresql.auth.enablePostgresUser | bool | `false` | |
Expand Down
5 changes: 4 additions & 1 deletion helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,9 @@ messageBroker: &acs_messageBroker
alfresco-search:
nodeSelector: {}
enabled: true
searchServicesImage:
repository: quay.io/alfresco/search-services
tag: 2.0.8-A1
# If an external Solr service is to be used then enabled must be set to false
# and external has to be configured accordingly.
external:
Expand Down Expand Up @@ -929,7 +932,7 @@ alfresco-sync-service:
# Documentation](https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-sync-service)
enabled: true
image:
tag: 3.10.0
tag: 4.0.0-M9
postgresql:
enabled: true
image:
Expand Down

0 comments on commit 34986a1

Please sign in to comment.