Skip to content

Commit

Permalink
OPSEXP-2173 Bump search enteprise tag (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Jun 28, 2023
1 parent f0c5682 commit bf880b7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/alfresco-search-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: alfresco-search-enterprise
description: A Helm chart for deploying Alfresco Elasticsearch connector
type: application
version: 1.2.1
appVersion: 3.3.0
version: 1.3.0
appVersion: 3.3.0.1
dependencies:
- name: alfresco-common
version: 2.0.0
Expand Down
12 changes: 6 additions & 6 deletions 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.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)
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.0.1](https://img.shields.io/badge/AppVersion-3.3.0.1-informational?style=flat-square)

A Helm chart for deploying Alfresco Elasticsearch connector

Expand Down Expand Up @@ -38,18 +38,18 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| indexName | string | `"alfresco"` | Name of the existing search index, usually created by repo |
| liveIndexing.content.image.pullPolicy | string | `"IfNotPresent"` | |
| liveIndexing.content.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-live-indexing-content"` | |
| liveIndexing.content.image.tag | string | `"3.3.0"` | |
| liveIndexing.content.image.tag | string | `"3.3.0.1"` | |
| liveIndexing.content.replicaCount | int | `1` | |
| liveIndexing.mediation.image.pullPolicy | string | `"IfNotPresent"` | |
| liveIndexing.mediation.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-live-indexing-mediation"` | |
| liveIndexing.mediation.image.tag | string | `"3.3.0"` | |
| liveIndexing.mediation.image.tag | string | `"3.3.0.1"` | |
| liveIndexing.metadata.image.pullPolicy | string | `"IfNotPresent"` | |
| liveIndexing.metadata.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-live-indexing-metadata"` | |
| liveIndexing.metadata.image.tag | string | `"3.3.0"` | |
| liveIndexing.metadata.image.tag | string | `"3.3.0.1"` | |
| liveIndexing.metadata.replicaCount | int | `1` | |
| liveIndexing.path.image.pullPolicy | string | `"IfNotPresent"` | |
| liveIndexing.path.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-live-indexing-path"` | |
| liveIndexing.path.image.tag | string | `"3.3.0"` | |
| liveIndexing.path.image.tag | string | `"3.3.0.1"` | |
| liveIndexing.path.replicaCount | int | `1` | |
| messageBroker.existingSecretName | string | `nil` | Provide connection details alternatively via an existing secret that contains BROKER_URL, BROKER_USERNAME and BROKER_PASSWORD keys |
| messageBroker.password | string | `nil` | Broker password |
Expand All @@ -63,7 +63,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| reindexing.enabled | bool | `true` | Create the one-shot job to trigger the reindexing of repo contents |
| reindexing.image.pullPolicy | string | `"IfNotPresent"` | |
| reindexing.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-reindexing"` | |
| reindexing.image.tag | string | `"3.3.0"` | |
| reindexing.image.tag | string | `"3.3.0.1"` | |
| reindexing.initcontainers.waitForRepository.resources.limits.cpu | string | `"0.25"` | |
| reindexing.initcontainers.waitForRepository.resources.limits.memory | string | `"10Mi"` | |
| reindexing.pathIndexingEnabled | bool | `true` | |
Expand Down
10 changes: 5 additions & 5 deletions charts/alfresco-search-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,32 @@ liveIndexing:
image:
repository: >-
quay.io/alfresco/alfresco-elasticsearch-live-indexing-mediation
tag: 3.3.0
tag: 3.3.0.1
pullPolicy: IfNotPresent
content:
image:
repository: quay.io/alfresco/alfresco-elasticsearch-live-indexing-content
tag: 3.3.0
tag: 3.3.0.1
pullPolicy: IfNotPresent
replicaCount: 1
metadata:
image:
repository: quay.io/alfresco/alfresco-elasticsearch-live-indexing-metadata
tag: 3.3.0
tag: 3.3.0.1
pullPolicy: IfNotPresent
replicaCount: 1
path:
image:
repository: quay.io/alfresco/alfresco-elasticsearch-live-indexing-path
tag: 3.3.0
tag: 3.3.0.1
pullPolicy: IfNotPresent
replicaCount: 1
reindexing:
# -- Create the one-shot job to trigger the reindexing of repo contents
enabled: true
image:
repository: quay.io/alfresco/alfresco-elasticsearch-reindexing
tag: 3.3.0
tag: 3.3.0.1
pullPolicy: IfNotPresent
pathIndexingEnabled: true
postgresql:
Expand Down

0 comments on commit bf880b7

Please sign in to comment.