mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Bump tests environment to latest chart/tag (#4440)
This commit is contained in:
parent
651212da62
commit
5bc0214e07
7
.github/acs-deployment-values-override.yaml
vendored
7
.github/acs-deployment-values-override.yaml
vendored
@ -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
|
||||
|
4
.github/actions/deploy-local-acs/action.yml
vendored
4
.github/actions/deploy-local-acs/action.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user