Skip to content

Commit

Permalink
OPSEXP-2173 Lint search enterprise values to avoid triggering updatec…
Browse files Browse the repository at this point in the history
…li reindent bug (#59)
  • Loading branch information
gionn authored Jun 28, 2023
1 parent 7a9b76b commit ddf55d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-search-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-search-enterprise/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
14 changes: 7 additions & 7 deletions charts/alfresco-search-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ 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
port: 5432
# -- 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"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit ddf55d1

Please sign in to comment.