diff --git a/charts/alfresco-search-enterprise/Chart.yaml b/charts/alfresco-search-enterprise/Chart.yaml index d2216300..4db2fd96 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: 1.2.0 +version: 1.2.1 appVersion: 3.3.0 dependencies: - name: alfresco-common diff --git a/charts/alfresco-search-enterprise/README.md b/charts/alfresco-search-enterprise/README.md index 573005fe..5cf65ffe 100644 --- a/charts/alfresco-search-enterprise/README.md +++ b/charts/alfresco-search-enterprise/README.md @@ -1,6 +1,6 @@ # alfresco-search-enterprise -![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.0](https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square) +![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.0](https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square) A Helm chart for deploying Alfresco Elasticsearch connector diff --git a/charts/alfresco-search-enterprise/values.yaml b/charts/alfresco-search-enterprise/values.yaml index 49509325..90af30db 100644 --- a/charts/alfresco-search-enterprise/values.yaml +++ b/charts/alfresco-search-enterprise/values.yaml @@ -55,7 +55,7 @@ reindexing: pullPolicy: IfNotPresent pathIndexingEnabled: true postgresql: - url: + url: null # -- The host where database service is available hostname: postgresql-acs # -- The port where service is available @@ -63,11 +63,11 @@ reindexing: # -- The database name to use database: alfresco # -- The username required to access the service - user: + user: null # -- The password required to access the service - password: + password: null # -- Alternatively, provide connection details via an existing secret that contains DATABASE_USERNAME and DATABASE_PASSWORD keys - existingSecretName: + existingSecretName: null resources: requests: cpu: "0.5" @@ -98,7 +98,7 @@ messageBroker: # -- Broker password password: null # -- Provide connection details alternatively via an existing secret that contains BROKER_URL, BROKER_USERNAME and BROKER_PASSWORD keys - existingSecretName: + existingSecretName: null # -- Overrides .Values.global.elasticsearch searchIndex: # -- The host where service is available @@ -112,7 +112,7 @@ searchIndex: # -- The password required to access the service, if any password: null # -- Alternatively, provide connection details via an an existing secret that contains ELASTICSEARCH_USERNAME and ELASTICSEARCH_PASSWORD keys - existingSecretName: + existingSecretName: null global: alfrescoRegistryPullSecrets: quay-registry-secret # -- Shared connections details for Elasticsearch/Opensearch cluster @@ -128,4 +128,4 @@ global: # -- The password required to access the service, if any password: null # -- Alternatively, provide connection details via an existing secret that contains ELASTICSEARCH_USERNAME and ELASTICSEARCH_PASSWORD keys - existingSecretName: + existingSecretName: null