Skip to content

Commit

Permalink
OPSEXP-2778 Bump tags for Indus release (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius authored Aug 27, 2024
1 parent 42f9e0e commit 466506c
Show file tree
Hide file tree
Showing 33 changed files with 90 additions and 97 deletions.
4 changes: 2 additions & 2 deletions charts/alfresco-activiti-admin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: A Helm chart for Alfresco Activiti
name: alfresco-activiti-admin
version: 0.1.2
appVersion: 24.2.1
version: 0.2.0
appVersion: 24.3.0
dependencies:
- name: alfresco-common
version: 3.1.3
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-activiti-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-activiti-admin

![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![AppVersion: 24.2.1](https://img.shields.io/badge/AppVersion-24.2.1-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 24.3.0](https://img.shields.io/badge/AppVersion-24.3.0-informational?style=flat-square)

A Helm chart for Alfresco Activiti

Expand Down Expand Up @@ -40,7 +40,7 @@ A Helm chart for Alfresco Activiti
| image.internalPort | int | `8080` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-process-services-admin"` | |
| image.tag | string | `"24.2.1"` | |
| image.tag | string | `"24.3.0"` | |
| ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | |
| ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | |
| ingress.className | string | `"nginx"` | supported ingress class |
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-activiti-admin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ podAnnotations: {}
podLabels: {}
image:
repository: quay.io/alfresco/alfresco-process-services-admin
tag: 24.2.1
tag: 24.3.0
pullPolicy: IfNotPresent
internalPort: 8080
service:
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-activiti/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: A Helm chart for Alfresco Activiti
name: alfresco-activiti
version: 0.2.0-alpha.1
appVersion: 24.3.0-SNAPSHOT
version: 0.2.0
appVersion: 24.3.0
dependencies:
- name: alfresco-common
version: 3.1.3
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-activiti/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-activiti

![Version: 0.2.0-alpha.1](https://img.shields.io/badge/Version-0.2.0--alpha.1-informational?style=flat-square) ![AppVersion: 24.3.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-24.3.0--SNAPSHOT-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 24.3.0](https://img.shields.io/badge/AppVersion-24.3.0-informational?style=flat-square)

A Helm chart for Alfresco Activiti

Expand Down Expand Up @@ -55,7 +55,7 @@ A Helm chart for Alfresco Activiti
| image.internalPort | int | `8080` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-process-services"` | |
| image.tag | string | `"develop-11791"` | |
| image.tag | string | `"24.3.0"` | |
| ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | |
| ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | |
| ingress.className | string | `"nginx"` | supported ingress class |
Expand Down
15 changes: 4 additions & 11 deletions charts/alfresco-activiti/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Default values for Alfresco Process Services.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
---
global:
alfrescoRegistryPullSecrets: quay-registry-secret

replicaCount: 1
podLabels: {}
podAnnotations: {}
Expand All @@ -14,7 +10,7 @@ podSecurityContext:
fsGroup: 33007
image:
repository: quay.io/alfresco/alfresco-process-services
tag: develop-11791
tag: 24.3.0
pullPolicy: IfNotPresent
internalPort: 8080
service:
Expand Down Expand Up @@ -51,11 +47,11 @@ persistence:
baseSize: 20Gi
# -- Define if you already have a custom storage class defined for
# dynamically provisioned storage
storageClass:
storageClass: null
accessModes:
- ReadWriteOnce
# -- Define if you want to reuse an already existing PVC
existingClaim:
existingClaim: null
# -- Where to mount data into the container
data:
mountPath: "/usr/local/data"
Expand Down Expand Up @@ -161,14 +157,11 @@ database:
username: DATABASE_USERNAME
# -- Key within the secret holding the database password for aps app
password: DATABASE_PASSWORD

license:
secretName:

secretName: null
workaround:
## -- Enable workaround for [ACTIVITI-5113](https://hyland.atlassian.net/browse/ACTIVITI-5113) required for versions before 24.2.0
ACTIVITI-5113: false

tags:
# -- A chart tag used for Hyland's CI purpose. Do not set it to true.
ci: false
Expand Down
6 changes: 3 additions & 3 deletions charts/alfresco-ai-transformer/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 3.1.3
- name: activemq
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.5.3
digest: sha256:5d0763a3e79b7ec0e4e553bc0bc7ebdf82c23bf12d821bce7780f44305594b8a
generated: "2024-05-29T08:32:17.028781714Z"
version: 3.5.5
digest: sha256:6ae4ba3a485786ff954459164f5762953ec041c4ee10e51d61d9381d9ccfaf0a
generated: "2024-08-26T15:43:05.750515669Z"
6 changes: 3 additions & 3 deletions charts/alfresco-ai-transformer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: alfresco-ai-transformer
description: A Helm chart for deploying Alfresco ai transformer service
type: application
version: 2.0.0
appVersion: 3.1.4
version: 2.0.1
appVersion: 3.1.6
dependencies:
- name: alfresco-common
version: 3.1.3
repository: https://alfresco.github.io/alfresco-helm-charts/
- name: activemq
version: 3.5.3
version: 3.5.5
repository: https://alfresco.github.io/alfresco-helm-charts/
tags:
- ci
6 changes: 3 additions & 3 deletions charts/alfresco-ai-transformer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-ai-transformer

![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.4](https://img.shields.io/badge/AppVersion-3.1.4-informational?style=flat-square)
![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.6](https://img.shields.io/badge/AppVersion-3.1.6-informational?style=flat-square)

A Helm chart for deploying Alfresco ai transformer service

Expand All @@ -15,7 +15,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs

| Repository | Name | Version |
|------------|------|---------|
| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.3 |
| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.5 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.3 |

## Values
Expand Down Expand Up @@ -46,7 +46,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| image.internalPort | int | `8090` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-ai-docker-engine"` | |
| image.tag | string | `"3.1.4"` | |
| image.tag | string | `"3.1.6"` | |
| livenessProbe.initialDelaySeconds | int | `10` | |
| livenessProbe.livenessPercent | int | `400` | |
| livenessProbe.livenessTransformPeriodSeconds | int | `600` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-ai-transformer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ strategy:
replicaCount: 2
image:
repository: quay.io/alfresco/alfresco-ai-docker-engine
tag: 3.1.4
tag: 3.1.6
pullPolicy: IfNotPresent
internalPort: 8090
service:
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-connector-ms365/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: alfresco-connector-ms365
description: A Helm chart for deploying Alfresco connector ms365 service
type: application
version: 2.0.0-alpha.0
appVersion: 2.0.2
version: 2.0.0
appVersion: 2.0.3
dependencies:
- name: alfresco-common
version: 3.1.3
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-connector-ms365/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-connector-ms365

![Version: 2.0.0-alpha.0](https://img.shields.io/badge/Version-2.0.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.2](https://img.shields.io/badge/AppVersion-2.0.2-informational?style=flat-square)
![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.3](https://img.shields.io/badge/AppVersion-2.0.3-informational?style=flat-square)

A Helm chart for deploying Alfresco connector ms365 service

Expand All @@ -28,7 +28,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| image.internalPort | int | `9095` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-ooi-service"` | |
| image.tag | string | `"2.0.2"` | |
| image.tag | string | `"2.0.3"` | |
| ingress.extraAnnotations | object | `{}` | |
| ingress.path | string | `"/ooi-service"` | |
| ingress.tls | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-connector-ms365/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ podAnnotations: {}
podLabels: {}
image:
repository: quay.io/alfresco/alfresco-ooi-service
tag: 2.0.2
tag: 2.0.3
pullPolicy: IfNotPresent
internalPort: 9095
service:
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-connector-msteams/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: alfresco-connector-msteams
description: A Helm chart for deploying Alfresco connector msteams service
type: application
version: 1.0.0-alpha.0
appVersion: 2.0.2
version: 1.0.0
appVersion: 2.0.3
dependencies:
- name: alfresco-common
version: 3.1.3
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-connector-msteams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-connector-msteams

![Version: 1.0.0-alpha.0](https://img.shields.io/badge/Version-1.0.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.2](https://img.shields.io/badge/AppVersion-2.0.2-informational?style=flat-square)
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.3](https://img.shields.io/badge/AppVersion-2.0.3-informational?style=flat-square)

A Helm chart for deploying Alfresco connector msteams service

Expand All @@ -31,7 +31,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| image.internalPort | int | `3978` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-ms-teams-service"` | |
| image.tag | string | `"2.0.2"` | |
| image.tag | string | `"2.0.3"` | |
| ingress.extraAnnotations | object | `{}` | |
| ingress.path | string | `"/ms-teams-service"` | |
| ingress.tls | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-connector-msteams/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replicaCount: 2
nodeSelector: {}
image:
repository: quay.io/alfresco/alfresco-ms-teams-service
tag: 2.0.2
tag: 2.0.3
pullPolicy: IfNotPresent
internalPort: 3978
service:
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-repository/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: alfresco-repository
description: Alfresco content repository Helm chart
type: application
version: 0.6.0
appVersion: 23.2.2
version: 0.7.0
appVersion: 23.3.0
dependencies:
- name: alfresco-common
version: 3.1.3
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-repository

![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.2.2](https://img.shields.io/badge/AppVersion-23.2.2-informational?style=flat-square)
![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.3.0](https://img.shields.io/badge/AppVersion-23.3.0-informational?style=flat-square)

Alfresco content repository Helm chart

Expand Down Expand Up @@ -92,7 +92,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| image.port | int | `8080` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-content-repository"` | |
| image.tag | string | `"23.2.2"` | |
| image.tag | string | `"23.3.0"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{"nginx.ingress.kubernetes.io/affinity":"cookie","nginx.ingress.kubernetes.io/proxy-body-size":"5g","nginx.ingress.kubernetes.io/session-cookie-hash":"sha1","nginx.ingress.kubernetes.io/session-cookie-name":"alfrescoRepo"}` | provide annotations for nginx ingress (no toher ingress is supported at that point) |
| ingress.className | string | `"nginx"` | supported ingress class |
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-repository/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1
image:
repository: quay.io/alfresco/alfresco-content-repository
pullPolicy: IfNotPresent
tag: 23.2.2
tag: 23.3.0
port: 8080
strategy:
type: RollingUpdate
Expand Down
6 changes: 3 additions & 3 deletions charts/alfresco-search-enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 3.1.3
- name: activemq
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.5.3
version: 3.5.5
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.17.3
digest: sha256:31335df591c5cde8f0f1a5f6b3d876d8dd2e33a4e5078ae234814ddac19ce60c
generated: "2024-06-17T18:08:27.375279+02:00"
digest: sha256:1970af14455ce04403ef33717efb2c495743f954077a4cdf80747b587da21427
generated: "2024-08-26T15:43:09.782450289Z"
6 changes: 3 additions & 3 deletions charts/alfresco-search-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ apiVersion: v2
name: alfresco-search-enterprise
description: A Helm chart for deploying Alfresco Elasticsearch connector
type: application
version: 4.0.0-alpha.0
appVersion: 4.0.1
version: 4.0.0
appVersion: 4.1.0
dependencies:
- name: alfresco-common
version: 3.1.3
repository: https://alfresco.github.io/alfresco-helm-charts/
- name: activemq
version: 3.5.3
version: 3.5.5
repository: https://alfresco.github.io/alfresco-helm-charts/
tags:
- ci
Expand Down
14 changes: 7 additions & 7 deletions charts/alfresco-search-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-search-enterprise

![Version: 4.0.0-alpha.0](https://img.shields.io/badge/Version-4.0.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.1](https://img.shields.io/badge/AppVersion-4.0.1-informational?style=flat-square)
![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.0](https://img.shields.io/badge/AppVersion-4.1.0-informational?style=flat-square)

A Helm chart for deploying Alfresco Elasticsearch connector

Expand All @@ -15,7 +15,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs

| Repository | Name | Version |
|------------|------|---------|
| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.3 |
| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.5 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.3 |
| https://helm.elastic.co | elasticsearch | 7.17.3 |

Expand All @@ -38,22 +38,22 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| liveIndexing.content.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[1] | object | `{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["{{ template \"alfresco-search-enterprise.content.name\" $ }}"]},{"key":"app.kubernetes.io/instance","operator":"In","values":["{{ $.Release.Name }}"]},{"key":"app.kubernetes.io/component","operator":"In","values":["{{ $.Chart.Name }}"]}]},"topologyKey":"kubernetes.io/hostname"},"weight":5}` | Prefer to schedule the content pod on a different node |
| liveIndexing.content.image.pullPolicy | string | `"IfNotPresent"` | |
| liveIndexing.content.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-live-indexing-content"` | |
| liveIndexing.content.image.tag | string | `"4.0.1"` | |
| liveIndexing.content.image.tag | string | `"4.1.0"` | |
| 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 | `"4.0.1"` | |
| liveIndexing.mediation.image.tag | string | `"4.1.0"` | |
| liveIndexing.metadata.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0] | object | `{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["{{ template \"alfresco-search-enterprise.metadata.name\" $ }}"]},{"key":"app.kubernetes.io/instance","operator":"In","values":["{{ $.Release.Name }}"]},{"key":"app.kubernetes.io/component","operator":"In","values":["{{ $.Chart.Name }}"]}]},"topologyKey":"topology.kubernetes.io/zone"},"weight":10}` | Prefer to schedule the content pod on a different zone |
| liveIndexing.metadata.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[1] | object | `{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["{{ template \"alfresco-search-enterprise.metadata.name\" $ }}"]},{"key":"app.kubernetes.io/instance","operator":"In","values":["{{ $.Release.Name }}"]},{"key":"app.kubernetes.io/component","operator":"In","values":["{{ $.Chart.Name }}"]}]},"topologyKey":"kubernetes.io/hostname"},"weight":5}` | Prefer to schedule the content pod on a different node |
| liveIndexing.metadata.image.pullPolicy | string | `"IfNotPresent"` | |
| liveIndexing.metadata.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-live-indexing-metadata"` | |
| liveIndexing.metadata.image.tag | string | `"4.0.1"` | |
| liveIndexing.metadata.image.tag | string | `"4.1.0"` | |
| liveIndexing.metadata.replicaCount | int | `1` | |
| liveIndexing.path.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0] | object | `{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["{{ template \"alfresco-search-enterprise.path.name\" $ }}"]},{"key":"app.kubernetes.io/instance","operator":"In","values":["{{ $.Release.Name }}"]},{"key":"app.kubernetes.io/component","operator":"In","values":["{{ $.Chart.Name }}"]}]},"topologyKey":"topology.kubernetes.io/zone"},"weight":10}` | Prefer to schedule the content pod on a different zone |
| liveIndexing.path.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[1] | object | `{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["{{ template \"alfresco-search-enterprise.path.name\" $ }}"]},{"key":"app.kubernetes.io/instance","operator":"In","values":["{{ $.Release.Name }}"]},{"key":"app.kubernetes.io/component","operator":"In","values":["{{ $.Chart.Name }}"]}]},"topologyKey":"kubernetes.io/hostname"},"weight":5}` | Prefer to schedule the content pod on a different node |
| liveIndexing.path.image.pullPolicy | string | `"IfNotPresent"` | |
| liveIndexing.path.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-live-indexing-path"` | |
| liveIndexing.path.image.tag | string | `"4.0.1"` | |
| liveIndexing.path.image.tag | string | `"4.1.0"` | |
| liveIndexing.path.replicaCount | int | `1` | |
| messageBroker.existingConfigMap.keys.url | string | `"BROKER_URL"` | Key within the configmap holding the URL of the message broker |
| messageBroker.existingConfigMap.name | string | `nil` | Alternatively, provide message broker connection details via an existing configmap |
Expand All @@ -77,7 +77,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| 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 | `"4.0.1"` | |
| reindexing.image.tag | string | `"4.1.0"` | |
| reindexing.initcontainers.waitForRepository.resources.limits.cpu | string | `"0.25"` | |
| reindexing.initcontainers.waitForRepository.resources.limits.memory | string | `"10Mi"` | |
| reindexing.pathIndexingEnabled | bool | `true` | |
Expand Down
Loading

0 comments on commit 466506c

Please sign in to comment.