From c5c74f61fff839138881bee0aaace6c120162dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Maciusiak?= <158472457+pmacius@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:12:24 +0100 Subject: [PATCH] OPSEXP-2885 Fix secret template bug in search enterprise correcting search username reference (#400) --- charts/alfresco-search-enterprise/Chart.yaml | 2 +- charts/alfresco-search-enterprise/README.md | 4 ++-- charts/alfresco-search-enterprise/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/alfresco-search-enterprise/Chart.yaml b/charts/alfresco-search-enterprise/Chart.yaml index ba3e07c3..bbf1524f 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: 4.2.0-alpha.1 +version: 4.2.0-alpha.2 appVersion: 4.1.0 dependencies: - name: alfresco-common diff --git a/charts/alfresco-search-enterprise/README.md b/charts/alfresco-search-enterprise/README.md index b718cc59..5ca1fad7 100644 --- a/charts/alfresco-search-enterprise/README.md +++ b/charts/alfresco-search-enterprise/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-search-enterprise -![Version: 4.2.0-alpha.1](https://img.shields.io/badge/Version-4.2.0--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.0](https://img.shields.io/badge/AppVersion-4.1.0-informational?style=flat-square) +![Version: 4.2.0-alpha.2](https://img.shields.io/badge/Version-4.2.0--alpha.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.0](https://img.shields.io/badge/AppVersion-4.1.0-informational?style=flat-square) A Helm chart for deploying Alfresco Elasticsearch connector @@ -131,7 +131,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | search.existingSecret.name | string | `nil` | Alternatively, provide search/indexing credentials via an existing secret | | search.password | string | `nil` | The password required to access the search/indexing service, if any | | search.url | string | `nil` | The URL where the search/indexing service is available | -| search.user | string | `nil` | The username required to access the search/indexing service, if any | +| search.username | string | `nil` | The username required to access the search/indexing service, if any | | securityContext | object | `{}` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | diff --git a/charts/alfresco-search-enterprise/values.yaml b/charts/alfresco-search-enterprise/values.yaml index 769ab801..8028b9f2 100644 --- a/charts/alfresco-search-enterprise/values.yaml +++ b/charts/alfresco-search-enterprise/values.yaml @@ -323,7 +323,7 @@ search: # -- The URL where the search/indexing service is available url: null # -- The username required to access the search/indexing service, if any - user: null + username: null # -- The password required to access the search/indexing service, if any password: null existingConfigMap: