Skip to content

Commit

Permalink
fixup search ernterprise chart - 3.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Oct 19, 2023
1 parent 7698bff commit 74960b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0.0-alpha.3
version: 3.0.0-alpha.4
appVersion: 3.3.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.0.0-alpha.3](https://img.shields.io/badge/Version-3.0.0--alpha.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.1](https://img.shields.io/badge/AppVersion-3.3.1-informational?style=flat-square)
![Version: 3.0.0-alpha.4](https://img.shields.io/badge/Version-3.0.0--alpha.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.1](https://img.shields.io/badge/AppVersion-3.3.1-informational?style=flat-square)

A Helm chart for deploying Alfresco Elasticsearch connector

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ spec:
name: {{ $repoCm }}
key: {{ .Values.reindexing.repository.existingConfigMap.keys.url }}
command: [ "/bin/sh","-c" ]
# Delay running the reindexing to give Alfresco Repository a chance to fully initialise
# Delay running the reindexing to give Alfresco Repository a chance to initialise its database
args:
- |
while [ $(curl -sw '%{http_code}' $(REPOSITORY_URL)/api/-default-/public/alfresco/versions/1/probes/-ready- -o /dev/null) -ne 200 ]
do echo 'Waiting for the Alfresco Repository...'
while [ $(curl -sw '%{http_code}' ${REPOSITORY_URL}/api/-default-/public/alfresco/versions/1/probes/-ready- -o /dev/null) -ne 200 ]
do echo 'Waiting for the Alfresco repository to come up at $REPOSITORY_URL ...'
sleep 5
done
echo 'Alfresco is ready, delay reindexing to give a chance to fully initialise.'
Expand Down

0 comments on commit 74960b9

Please sign in to comment.