Skip to content

Commit

Permalink
OPSEXP-2449 Fixup yaml linting issue in search enterprise reindex job (
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Feb 15, 2024
1 parent 5cfea84 commit 6950b21
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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: 3.2.2
version: 3.2.3
appVersion: 4.0.0.1
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: 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

Expand Down
6 changes: 5 additions & 1 deletion charts/alfresco-search-enterprise/ci/default-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- |
Expand Down

0 comments on commit 6950b21

Please sign in to comment.