Skip to content

Commit

Permalink
add main version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Nov 29, 2024
1 parent e658b0e commit 899e2e2
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 @@ -240,7 +240,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| dtas.enabled | bool | `false` | Enables the deployment test suite which can run via `helm test` (currently available for Enterprise only) |
| dtas.image.pullPolicy | string | `"IfNotPresent"` | |
| dtas.image.repository | string | `"quay.io/alfresco/alfresco-deployment-test-automation-scripts"` | |
| dtas.image.tag | string | `"pr-163"` | |
| dtas.image.tag | string | `"v1.6.0"` | |
| elasticsearch-audit.clusterHealthCheckParams | string | `"wait_for_status=yellow&timeout=1s"` | |
| elasticsearch-audit.clusterName | string | `"elasticsearch-aas"` | |
| elasticsearch-audit.enabled | bool | `true` | Enables the embedded elasticsearch cluster for alfresco-audit-storage |
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 @@ -637,7 +637,7 @@ dtas:
enabled: false
image:
repository: quay.io/alfresco/alfresco-deployment-test-automation-scripts
tag: pr-163
tag: v1.6.0
pullPolicy: IfNotPresent
additionalArgs:
- --tb=short
Expand Down

0 comments on commit 899e2e2

Please sign in to comment.