Skip to content

Commit

Permalink
OPSEXP-2938 Bump HxI Connector version for Orion release (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Nov 29, 2024
1 parent 71cc09d commit 40bc652
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/alfresco-connector-hxi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/alfresco-connector-hxi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"` | |
Expand Down Expand Up @@ -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` | |
Expand Down Expand Up @@ -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` | |
Expand Down
1 change: 1 addition & 0 deletions charts/alfresco-connector-hxi/ci/default-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/alfresco-connector-hxi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 40bc652

Please sign in to comment.