Bump tests environment to latest chart/tag (#4440)

This commit is contained in:
Giovanni Toraldo 2025-03-06 15:35:55 +01:00 committed by GitHub
parent 651212da62
commit 5bc0214e07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -18,4 +18,9 @@ kibana-audit:
enabled: false
alfresco-repository:
image:
tag: 25.1.0-A.7
tag: 25.1.0-A.16
global:
imagePullSecrets:
- name: regcred
alfrescoRegistryPullSecrets: regcred
known_urls: http://localhost

View File

@ -63,7 +63,7 @@ runs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: Alfresco/acs-deployment
ref: v8.6.1
ref: v9.0.0
path: acs-deployment
- name: Helm install
@ -72,8 +72,6 @@ runs:
helm dep build acs-deployment/helm/alfresco-content-services &&
helm install acs acs-deployment/helm/alfresco-content-services
--set global.search.sharedSecret="$(openssl rand -hex 24)"
--set global.known_urls=http://localhost
--set global.alfrescoRegistryPullSecrets=regcred
--values acs-deployment/test/enterprise-integration-test-values.yaml
--values .github/acs-deployment-values-override.yaml