From 6763091d4677dbb4c399e6d3a987dfcf4abe5ad9 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index 30b14f1b1..54e9d78b9 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..4711ca47c 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -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' \