Skip to content

Commit

Permalink
OPSEXP-2890: Add ACS audit components to the updatecli manifests (#1251)
Browse files Browse the repository at this point in the history
Co-authored-by: alxgomz <[email protected]>
  • Loading branch information
alxgomz and alxgomz authored Nov 19, 2024
1 parent fd92f4b commit 3b41e1a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose/updatecli-matrix-targets.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
# This file is meant to be used with updatecli uber-manifest pipeline
# https://github.com/Alfresco/alfresco-updatecli/tree/master/deployments
name: Alfresco Docker Compose files - Updatecli manifest
matrix:
next:
id: next
Expand Down Expand Up @@ -55,6 +56,10 @@ matrix:
version:
compose_target: *composeNext
compose_key: $.services.transform-core-aio.image
audit-storage:
version:
compose_target: *composeNext
compose_key: $.services.audit-storage.image

current:
id: current
Expand Down Expand Up @@ -116,6 +121,10 @@ matrix:
version:
compose_target: *composeCurrent
compose_key: $.services.transform-core-aio.image
audit-storage:
version:
compose_target: *composeCurrent
compose_key: $.services.audit-storage.image

7.4.N:
id: 74n
Expand Down
1 change: 1 addition & 0 deletions helm/acs-sso-example/updatecli-matrix-targets.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
# This file is meant to be used with updatecli uber-manifest pipeline
# https://github.com/Alfresco/alfresco-updatecli/tree/master/deployments
name: Alfresco SSO example Chart - Updatecli manifest
matrix:
community:
id: ssoExample
Expand Down
3 changes: 3 additions & 0 deletions helm/alfresco-content-services/pre-release_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ alfresco-connector-ms365:
alfresco-connector-msteams:
image:
tag: 2.0.4-A4
alfresco-audit-storage:
image:
tag: 1.0.0-A1
dtas:
config:
assertions:
Expand Down
9 changes: 9 additions & 0 deletions helm/alfresco-content-services/updatecli-matrix-targets.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
# This file is meant to be used with updatecli uber-manifest pipeline
# https://github.com/Alfresco/alfresco-updatecli/tree/master/deployments
name: Alfresco Helm Umbrella Chart - Updatecli manifest
matrix:
next:
id: next
Expand Down Expand Up @@ -103,6 +104,10 @@ matrix:
version:
helm_target: *helmvaluesNext
helm_key: $.alfresco-transform-service.tika.image.tag
audit-storage:
version:
helm_target: *helmvaluesNext
helm_key: $.alfresco-audit-storage.image.tag

current:
id: current
Expand Down Expand Up @@ -205,6 +210,10 @@ matrix:
version:
helm_target: *helmvaluesCurrent
helm_key: $.alfresco-transform-service.tika.image.tag
audit-storage:
version:
helm_target: *helmvaluesCurrent
helm_key: $.alfresco-audit-storage.image.tag

7.4.N:
id: 74n
Expand Down

0 comments on commit 3b41e1a

Please sign in to comment.