Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-2895 Revert broken sync amp version which impair indexing in search enterprise #968

Merged
merged 2 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ amps:
device_sync:
repository: >-
{{ nexus_repository.enterprise_releases }}/services/sync/alfresco-device-sync-repo
version: 5.0.0
version: 4.0.1
googledrive_repo:
repository: >-
{{ nexus_repository.enterprise_releases }}/integrations/alfresco-googledrive-repo-enterprise
Expand Down Expand Up @@ -73,7 +73,7 @@ adw:
sync:
repository: >-
{{ nexus_repository.enterprise_releases }}/services/sync/sync-dist-6.x
version: 5.0.0
version: 4.0.1
acc:
artifact_name: alfresco-control-center
repository: "{{ nexus_repository.releases }}"
Expand Down
3 changes: 2 additions & 1 deletion molecule/docker_enterprise/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ platforms:
groups:
- database
- activemq
- elasticsearch
- transformers
- search
- repository
- search_enterprise
- trusted_resource_consumers
- syncservice
- acc
Expand Down
2 changes: 1 addition & 1 deletion scripts/updatecli/updatecli_acs23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apiExplorer:
version: "23.3"

dsync:
version: "5.0"
version: "5.1"

googleDrive:
version: "4.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/test-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"id": "org_alfresco_device_sync_repo",
"version": "5.0.0",
"version": "4.0.1",
"installed": true
}
]
Expand Down
Loading