From bf880b723dd04b9e6403565b422429c9c05fc96c Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Wed, 28 Jun 2023 15:51:38 +0200 Subject: [PATCH] OPSEXP-2173 Bump search enteprise tag (#61) --- charts/alfresco-search-enterprise/Chart.yaml | 4 ++-- charts/alfresco-search-enterprise/README.md | 12 ++++++------ charts/alfresco-search-enterprise/values.yaml | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/alfresco-search-enterprise/Chart.yaml b/charts/alfresco-search-enterprise/Chart.yaml index 4db2fd96..332eeec2 100644 --- a/charts/alfresco-search-enterprise/Chart.yaml +++ b/charts/alfresco-search-enterprise/Chart.yaml @@ -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 diff --git a/charts/alfresco-search-enterprise/README.md b/charts/alfresco-search-enterprise/README.md index 5cf65ffe..c860562d 100644 --- a/charts/alfresco-search-enterprise/README.md +++ b/charts/alfresco-search-enterprise/README.md @@ -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 @@ -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 | @@ -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` | | diff --git a/charts/alfresco-search-enterprise/values.yaml b/charts/alfresco-search-enterprise/values.yaml index 90af30db..e3ba229e 100644 --- a/charts/alfresco-search-enterprise/values.yaml +++ b/charts/alfresco-search-enterprise/values.yaml @@ -26,24 +26,24 @@ 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: @@ -51,7 +51,7 @@ reindexing: enabled: true image: repository: quay.io/alfresco/alfresco-elasticsearch-reindexing - tag: 3.3.0 + tag: 3.3.0.1 pullPolicy: IfNotPresent pathIndexingEnabled: true postgresql: