diff --git a/charts/alfresco-connector-hxi/Chart.yaml b/charts/alfresco-connector-hxi/Chart.yaml index 156e071c..5847945b 100644 --- a/charts/alfresco-connector-hxi/Chart.yaml +++ b/charts/alfresco-connector-hxi/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: alfresco-connector-hxi description: A Helm chart for deploying Alfresco connector hxi services type: application -version: 0.1.0 -appVersion: 1.0.0 +version: 0.1.1 +appVersion: 1.0.1 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 60aec0d2..99c7be12 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.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-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) 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.0-A13"` | | +| bulkIngester.image.tag | string | `"1.0.1"` | | | 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.0-A13"` | | +| liveIngester.image.tag | string | `"1.0.1"` | | | 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.0-A13"` | | +| predictionApplier.image.tag | string | `"1.0.1"` | | | 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/ci/default-values.yaml b/charts/alfresco-connector-hxi/ci/default-values.yaml index 779694f4..39931387 100644 --- a/charts/alfresco-connector-hxi/ci/default-values.yaml +++ b/charts/alfresco-connector-hxi/ci/default-values.yaml @@ -38,6 +38,7 @@ db: messageBroker: url: nio://activemq-broker:61616 repository: + url: https://httpbin.org/status/204 versionOverride: '23.3.0' ats: sfsUrl: http://alfresco-transform-services-sfs diff --git a/charts/alfresco-connector-hxi/values.yaml b/charts/alfresco-connector-hxi/values.yaml index 492e448c..205eb28c 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.0-A13 + tag: 1.0.1 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.0-A13 + tag: 1.0.1 pullPolicy: IfNotPresent resources: requests: @@ -112,7 +112,7 @@ predictionApplier: enabled: true image: repository: quay.io/alfresco/alfresco-hxinsight-connector-prediction-applier - tag: 1.0.0-A13 + tag: 1.0.1 pullPolicy: IfNotPresent internalPort: &predictionApplierPort 8080 replicaCount: 1