From e56dd3f6a43e1d31852f7918229a0a57627d63d5 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Thu, 28 Nov 2024 17:09:07 +0100 Subject: [PATCH] Revert "bump hxi connector" This reverts commit e3635ba038cb1ac981e6b8a3a185294f6fd22355. --- charts/alfresco-connector-hxi/Chart.yaml | 2 +- charts/alfresco-connector-hxi/README.md | 8 ++++---- charts/alfresco-connector-hxi/values.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/alfresco-connector-hxi/Chart.yaml b/charts/alfresco-connector-hxi/Chart.yaml index 46072fce..156e071c 100644 --- a/charts/alfresco-connector-hxi/Chart.yaml +++ b/charts/alfresco-connector-hxi/Chart.yaml @@ -3,7 +3,7 @@ name: alfresco-connector-hxi description: A Helm chart for deploying Alfresco connector hxi services type: application version: 0.1.0 -appVersion: 1.0.1 +appVersion: 1.0.0 dependencies: - name: alfresco-common version: 3.1.4 diff --git a/charts/alfresco-connector-hxi/README.md b/charts/alfresco-connector-hxi/README.md index d6277d54..60aec0d2 100644 --- a/charts/alfresco-connector-hxi/README.md +++ b/charts/alfresco-connector-hxi/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-connector-hxi -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square) +![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) A Helm chart for deploying Alfresco connector hxi services @@ -33,7 +33,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | bulkIngester.environment.ALFRESCO_BULK_INGEST_PUBLISHER_ENDPOINT | string | `"activemq:queue:bulk-ingester-events"` | | | bulkIngester.image.pullPolicy | string | `"IfNotPresent"` | | | bulkIngester.image.repository | string | `"quay.io/alfresco/alfresco-hxinsight-connector-bulk-ingester"` | | -| bulkIngester.image.tag | string | `"1.0.1"` | | +| bulkIngester.image.tag | string | `"1.0.0-A13"` | | | bulkIngester.initContainers.waitForRepository.image.pullPolicy | string | `"IfNotPresent"` | | | bulkIngester.initContainers.waitForRepository.image.repository | string | `"curlimages/curl"` | | | bulkIngester.initContainers.waitForRepository.image.tag | string | `"8.11.0"` | | @@ -77,7 +77,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | liveIngester.image.internalPort | int | `8080` | | | liveIngester.image.pullPolicy | string | `"IfNotPresent"` | | | liveIngester.image.repository | string | `"quay.io/alfresco/alfresco-hxinsight-connector-live-ingester"` | | -| liveIngester.image.tag | string | `"1.0.1"` | | +| liveIngester.image.tag | string | `"1.0.0-A13"` | | | liveIngester.livenessProbe.httpGet.path | string | `"/actuator/health/liveness"` | | | liveIngester.livenessProbe.httpGet.port | int | `8080` | | | liveIngester.livenessProbe.initialDelaySeconds | int | `30` | | @@ -113,7 +113,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | predictionApplier.image.internalPort | int | `8080` | | | predictionApplier.image.pullPolicy | string | `"IfNotPresent"` | | | predictionApplier.image.repository | string | `"quay.io/alfresco/alfresco-hxinsight-connector-prediction-applier"` | | -| predictionApplier.image.tag | string | `"1.0.1"` | | +| predictionApplier.image.tag | string | `"1.0.0-A13"` | | | predictionApplier.livenessProbe.httpGet.path | string | `"/actuator/health/liveness"` | | | predictionApplier.livenessProbe.httpGet.port | int | `8080` | | | predictionApplier.livenessProbe.initialDelaySeconds | int | `30` | | diff --git a/charts/alfresco-connector-hxi/values.yaml b/charts/alfresco-connector-hxi/values.yaml index 205eb28c..492e448c 100644 --- a/charts/alfresco-connector-hxi/values.yaml +++ b/charts/alfresco-connector-hxi/values.yaml @@ -9,7 +9,7 @@ tolerations: [] liveIngester: image: repository: quay.io/alfresco/alfresco-hxinsight-connector-live-ingester - tag: 1.0.1 + tag: 1.0.0-A13 pullPolicy: IfNotPresent internalPort: &liveIngesterPort 8080 replicaCount: 1 @@ -86,7 +86,7 @@ bulkIngester: enabled: true image: repository: quay.io/alfresco/alfresco-hxinsight-connector-bulk-ingester - tag: 1.0.1 + tag: 1.0.0-A13 pullPolicy: IfNotPresent resources: requests: @@ -112,7 +112,7 @@ predictionApplier: enabled: true image: repository: quay.io/alfresco/alfresco-hxinsight-connector-prediction-applier - tag: 1.0.1 + tag: 1.0.0-A13 pullPolicy: IfNotPresent internalPort: &predictionApplierPort 8080 replicaCount: 1