From 6aee7f5fbc15c76a6f6e4a82f32cfa501cac2ea1 Mon Sep 17 00:00:00 2001 From: Alexandre Chapellon Date: Thu, 21 Sep 2023 10:40:28 +0200 Subject: [PATCH] switch to newer options --- .github/workflows/helm-community.yml | 2 +- .github/workflows/helm-enterprise.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index 30b14f1b1..a35919f22 100644 --- a/.github/workflows/helm-community.yml +++ b/.github/workflows/helm-community.yml @@ -61,7 +61,7 @@ jobs: run: | helm dep up ./helm/alfresco-content-services helm install acs ./helm/alfresco-content-services \ - --set global.tracking.sharedsecret="$(openssl rand -hex 24)" \ + --set global.search.sharedSecret="$(openssl rand -hex 24)" \ --set global.known_urls=http://localhost \ --set global.alfrescoRegistryPullSecrets=regcred \ --wait --timeout 15m0s --values \ diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 52c69c4c4..4f039f7b8 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -100,7 +100,7 @@ jobs: uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v3.3.3 with: ingress-nginx-ref: controller-v1.8.2 - + - name: Set nginx ingress config run: | kubectl -n ingress-nginx patch cm ingress-nginx-controller \ @@ -121,7 +121,7 @@ jobs: run: | helm dep up ./helm/alfresco-content-services helm install acs ./helm/alfresco-content-services \ - --set global.tracking.sharedsecret="$(openssl rand -hex 24)" \ + --set global.search.sharedSecret="$(openssl rand -hex 24)" \ --set global.known_urls=http://localhost \ --set global.alfrescoRegistryPullSecrets=regcred \ --set 'global.registryPullSecrets[0]=regcred' \