Skip to content

Commit

Permalink
Bump audit-storage tag (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius authored Oct 25, 2024
1 parent 346c990 commit ea127d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-ai-transformer.sfs.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which holds the ATS shared filestore URL |
| alfresco-audit-storage.enabled | bool | `false` | |
| alfresco-audit-storage.image.repository | string | `"quay.io/alfresco/alfresco-audit-storage"` | |
| alfresco-audit-storage.image.tag | string | `"0.0.1-A8"` | |
| alfresco-audit-storage.image.tag | string | `"0.0.1-A9"` | |
| alfresco-audit-storage.index.existingConfigMap.keys.url | string | `"AUDIT_ELASTICSEARCH_URL"` | |
| alfresco-audit-storage.index.existingConfigMap.name | string | `"alfresco-infrastructure"` | |
| alfresco-audit-storage.index.existingSecret.keys.password | string | `"AUDIT_ELASTICSEARCH_PASSWORD"` | |
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 @@ -577,7 +577,7 @@ alfresco-audit-storage:
enabled: false
image:
repository: quay.io/alfresco/alfresco-audit-storage
tag: 0.0.1-A8
tag: 0.0.1-A9
messageBroker:
existingConfigMap:
# -- Name of the configmap which holds the message broker URL
Expand Down

0 comments on commit ea127d9

Please sign in to comment.