From 6950b21058b3b24a79b59b77d07da62c32a5ec0e Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo <71768+gionn@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:53:51 +0100 Subject: [PATCH] OPSEXP-2449 Fixup yaml linting issue in search enterprise reindex job (#224) --- charts/alfresco-search-enterprise/Chart.yaml | 2 +- charts/alfresco-search-enterprise/README.md | 2 +- charts/alfresco-search-enterprise/ci/default-values.yaml | 6 +++++- .../templates/reindexing-job.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/charts/alfresco-search-enterprise/Chart.yaml b/charts/alfresco-search-enterprise/Chart.yaml index 21aaa9b6..12df2953 100644 --- a/charts/alfresco-search-enterprise/Chart.yaml +++ b/charts/alfresco-search-enterprise/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: alfresco-search-enterprise description: A Helm chart for deploying Alfresco Elasticsearch connector type: application -version: 3.2.2 +version: 3.2.3 appVersion: 4.0.0.1 dependencies: - name: alfresco-common diff --git a/charts/alfresco-search-enterprise/README.md b/charts/alfresco-search-enterprise/README.md index 3bbca67a..8bb16f0a 100644 --- a/charts/alfresco-search-enterprise/README.md +++ b/charts/alfresco-search-enterprise/README.md @@ -1,6 +1,6 @@ # alfresco-search-enterprise -![Version: 3.2.2](https://img.shields.io/badge/Version-3.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.0.1](https://img.shields.io/badge/AppVersion-4.0.0.1-informational?style=flat-square) +![Version: 3.2.3](https://img.shields.io/badge/Version-3.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.0.1](https://img.shields.io/badge/AppVersion-4.0.0.1-informational?style=flat-square) A Helm chart for deploying Alfresco Elasticsearch connector diff --git a/charts/alfresco-search-enterprise/ci/default-values.yaml b/charts/alfresco-search-enterprise/ci/default-values.yaml index 7508ae78..bf5b4045 100644 --- a/charts/alfresco-search-enterprise/ci/default-values.yaml +++ b/charts/alfresco-search-enterprise/ci/default-values.yaml @@ -2,7 +2,11 @@ nameOverride: aesc reindexing: # requires postgres database at startup - enabled: false + enabled: true + repository: + url: http://repository + db: + url: jdbc:postgresql://postgresql:5432/postgres ats: transform_url: http://alfresco-transform-services-router sfs_url: http://alfresco-transform-services-sfs diff --git a/charts/alfresco-search-enterprise/templates/reindexing-job.yaml b/charts/alfresco-search-enterprise/templates/reindexing-job.yaml index 43d0380a..2121f3db 100644 --- a/charts/alfresco-search-enterprise/templates/reindexing-job.yaml +++ b/charts/alfresco-search-enterprise/templates/reindexing-job.yaml @@ -83,7 +83,7 @@ spec: configMapKeyRef: name: {{ $repoCm }} key: {{ .Values.reindexing.repository.existingConfigMap.keys.url }} - command: [ "/bin/sh","-c" ] + command: ["/bin/sh", "-c"] # Delay running the reindexing to give Alfresco Repository a chance to initialise its database args: - |