Skip to content

Commit

Permalink
OPSEXP-2364 Release charts for alfresco 23.1 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Nov 8, 2023
1 parent 6b45137 commit 0a837f0
Show file tree
Hide file tree
Showing 20 changed files with 59 additions and 72 deletions.
6 changes: 3 additions & 3 deletions charts/alfresco-repository/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: alfresco-common
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.0.0-alpha.4
version: 3.0.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.5.6
digest: sha256:569e88f1d311e341437a62bae88d6bca83b986d8f40cb9bbafd4f33aa4e9ed8f
generated: "2023-10-27T17:28:14.899057+02:00"
digest: sha256:4e6157fb30d7ac198f6c4ced7b5891c3f859996abfcbcfe2c20ab44b55cc8073
generated: "2023-11-07T15:20:15.639695+01:00"
6 changes: 3 additions & 3 deletions charts/alfresco-repository/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
name: alfresco-repository
description: Alfresco content repository Helm chart
type: application
version: 0.1.0-alpha.21
appVersion: 23.1.0-A21
version: 0.1.0
appVersion: 23.1.0
dependencies:
- name: alfresco-common
version: 3.0.0-alpha.4
version: 3.0.0
repository: https://alfresco.github.io/alfresco-helm-charts/
- name: postgresql
version: 12.5.6
Expand Down
6 changes: 3 additions & 3 deletions charts/alfresco-repository/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# alfresco-repository

![Version: 0.1.0-alpha.21](https://img.shields.io/badge/Version-0.1.0--alpha.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.1.0-A21](https://img.shields.io/badge/AppVersion-23.1.0--A21-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: 23.1.0](https://img.shields.io/badge/AppVersion-23.1.0-informational?style=flat-square)

Alfresco content repository Helm chart

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.0.0-alpha.4 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.0.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.5.6 |

## Values
Expand Down Expand Up @@ -77,7 +77,7 @@ Alfresco content repository Helm chart
| image.port | int | `8080` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-content-repository"` | |
| image.tag | string | `"23.1.0-A21"` | |
| image.tag | string | `"23.1.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.enabled | bool | `true` | Toggle ingress |
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 @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: quay.io/alfresco/alfresco-content-repository
pullPolicy: IfNotPresent
tag: 23.1.0-A21
tag: 23.1.0
port: 8080

strategy:
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-search-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: alfresco-search-enterprise
description: A Helm chart for deploying Alfresco Elasticsearch connector
type: application
version: 3.0.0-alpha.6
appVersion: 3.3.1
version: 3.0.0
appVersion: 4.0.0
dependencies:
- name: alfresco-common
version: 3.0.0-alpha.3
Expand Down
12 changes: 6 additions & 6 deletions charts/alfresco-search-enterprise/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-search-enterprise

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

A Helm chart for deploying Alfresco Elasticsearch connector

Expand Down Expand Up @@ -32,18 +32,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.1"` | |
| liveIndexing.content.image.tag | string | `"4.0.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 | `"3.3.1"` | |
| liveIndexing.mediation.image.tag | string | `"4.0.0"` | |
| 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.1"` | |
| liveIndexing.metadata.image.tag | string | `"4.0.0"` | |
| 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.1"` | |
| liveIndexing.path.image.tag | string | `"4.0.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 @@ -67,7 +67,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.1"` | |
| reindexing.image.tag | string | `"4.0.0"` | |
| reindexing.initcontainers.waitForRepository.resources.limits.cpu | string | `"0.25"` | |
| reindexing.initcontainers.waitForRepository.resources.limits.memory | string | `"10Mi"` | |
| reindexing.pathIndexingEnabled | bool | `true` | |
Expand Down
12 changes: 5 additions & 7 deletions charts/alfresco-search-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,32 @@ liveIndexing:
image:
repository: >-
quay.io/alfresco/alfresco-elasticsearch-live-indexing-mediation
tag: 3.3.1
tag: 4.0.0
pullPolicy: IfNotPresent
content:
image:
repository: quay.io/alfresco/alfresco-elasticsearch-live-indexing-content
tag: 3.3.1
tag: 4.0.0
pullPolicy: IfNotPresent
replicaCount: 1
metadata:
image:
repository: quay.io/alfresco/alfresco-elasticsearch-live-indexing-metadata
tag: 3.3.1
tag: 4.0.0
pullPolicy: IfNotPresent
replicaCount: 1
path:
image:
repository: quay.io/alfresco/alfresco-elasticsearch-live-indexing-path
tag: 3.3.1
tag: 4.0.0
pullPolicy: IfNotPresent
replicaCount: 1
reindexing:
# -- Create the one-shot job to trigger the reindexing of repo contents
enabled: true
image:
repository: quay.io/alfresco/alfresco-elasticsearch-reindexing
tag: 3.3.1
tag: 4.0.0
pullPolicy: IfNotPresent
pathIndexingEnabled: true
repository:
Expand Down Expand Up @@ -110,7 +110,6 @@ serviceAccount:
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: "alfresco-search-enterprise-sa"

ats:
# -- URL of the alfresco transform (trouter or tengine-aio)
transform_url: null
Expand Down Expand Up @@ -170,7 +169,6 @@ search:
password: SEARCH_PASSWORD
global:
alfrescoRegistryPullSecrets: quay-registry-secret

tags:
# -- A chart tag used for Hyland's CI purpose. Do not set it to true.
ci: false
4 changes: 2 additions & 2 deletions charts/alfresco-search-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ keywords:
name: alfresco-search-service
sources:
- https://github.com/Alfresco/alfresco-helm-charts
version: 2.0.0-alpha.2
appVersion: 2.0.8
version: 2.0.0
appVersion: 2.0.8.2
dependencies:
- name: alfresco-insight-zeppelin
version: 2.2.0
Expand Down
6 changes: 3 additions & 3 deletions charts/alfresco-search-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-search-service

![Version: 2.0.0-alpha.2](https://img.shields.io/badge/Version-2.0.0--alpha.2-informational?style=flat-square) ![AppVersion: 2.0.8](https://img.shields.io/badge/AppVersion-2.0.8-informational?style=flat-square)
![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2.0.8.2](https://img.shields.io/badge/AppVersion-2.0.8.2-informational?style=flat-square)

A Helm chart for deploying Alfresco Search Service

Expand Down Expand Up @@ -40,7 +40,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| insightEngineImage.internalPort | string | `nil` | container's port search service is listening on change if your custom image use a different port. |
| insightEngineImage.pullPolicy | string | `"IfNotPresent"` | |
| insightEngineImage.repository | string | `"quay.io/alfresco/insight-engine"` | |
| insightEngineImage.tag | string | `"2.0.8"` | |
| insightEngineImage.tag | string | `"2.0.8.2"` | |
| livenessProbe.initialDelaySeconds | int | `130` | |
| livenessProbe.periodSeconds | int | `20` | |
| livenessProbe.timeoutSeconds | int | `10` | |
Expand Down Expand Up @@ -71,7 +71,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| searchServicesImage.internalPort | string | `nil` | container's port search service is listening on change if your custom image use a different port. |
| searchServicesImage.pullPolicy | string | `"IfNotPresent"` | |
| searchServicesImage.repository | string | `"quay.io/alfresco/search-services"` | |
| searchServicesImage.tag | string | `"2.0.8"` | |
| searchServicesImage.tag | string | `"2.0.8.2"` | |
| service.name | string | `"solr"` | |
| service.type | string | `"ClusterIP"` | |
| type | string | `"search-services"` | set alfresco-insight-zeppelin.enabled=true As the Docker Image for Insight Engine is not publicly available the alfrescoRegistryPullSecrets has to be set More information can be found on https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/registry-authentication.md |
9 changes: 4 additions & 5 deletions charts/alfresco-search-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ podSecurityContext:
fsGroup: 33007
searchServicesImage:
repository: quay.io/alfresco/search-services
tag: 2.0.8
tag: 2.0.8.2
pullPolicy: &searchDockerImagePullPolicy IfNotPresent
# -- container's port search service is listening on
# change if your custom image use a different port.
internalPort: null
insightEngineImage:
repository: quay.io/alfresco/insight-engine
tag: 2.0.8
tag: 2.0.8.2
pullPolicy: *searchDockerImagePullPolicy
# -- container's port search service is listening on
# change if your custom image use a different port.
Expand All @@ -49,10 +49,10 @@ ingress:
# You can create your own with htpasswd utilility & encode it with base640.
# Example: `echo -n "$(htpasswd -nbm admin admin)" | base64 | tr -d '\n'`
# basicAuth: YWRtaW46JGFwcjEkVVJqb29uS00kSEMuS1EwVkRScFpwSHB2a3JwTDd1Lg==
basicAuth:
basicAuth: null
# -- An existing secret that contains an `auth` key with a value in the same
# format of `ingress.basicAuth`
existingSecretName:
existingSecretName: null
# -- nginx ingress annotations (see
# https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations)
annotations:
Expand Down Expand Up @@ -128,6 +128,5 @@ initContainer:
memory: "5Mi"
limits:
memory: "10Mi"

global:
alfrescoRegistryPullSecrets: quay-registry-secret
4 changes: 2 additions & 2 deletions charts/alfresco-share/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: alfresco-share
description: Alfresco Share Helm chart for Kubernetes
type: application
version: 0.1.1
appVersion: 7.4.1.1
version: 0.2.0
appVersion: 23.1.0
dependencies:
- repository: https://alfresco.github.io/alfresco-helm-charts
version: 2.1.0
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-share/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-share

![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: 7.4.1.1](https://img.shields.io/badge/AppVersion-7.4.1.1-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.1.0](https://img.shields.io/badge/AppVersion-23.1.0-informational?style=flat-square)

Alfresco Share Helm chart for Kubernetes

Expand Down Expand Up @@ -28,7 +28,7 @@ Alfresco Share Helm chart for Kubernetes
| image.port | int | `8080` | Internal port where the pod is listening. Should only be changed is you use a custom image which uses a different port. |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-share"` | |
| image.tag | string | `"7.4.1.1"` | |
| image.tag | string | `"23.1.0"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | |
| ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-share/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repository:
known_urls: null
image:
repository: quay.io/alfresco/alfresco-share
tag: 7.4.1.1
tag: 23.1.0
pullPolicy: IfNotPresent
# -- Internal port where the pod is listening. Should only be changed is you
# use a custom image which uses a different port.
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-sync-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ keywords:
name: alfresco-sync-service
sources:
- https://github.com/Alfresco/acs-deployment
version: 4.4.0
appVersion: 3.11.0
version: 4.5.0
appVersion: 4.0.0
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
dependencies:
- name: alfresco-common
Expand Down
8 changes: 4 additions & 4 deletions charts/alfresco-sync-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-sync-service

![Version: 4.4.0](https://img.shields.io/badge/Version-4.4.0-informational?style=flat-square) ![AppVersion: 3.11.0](https://img.shields.io/badge/AppVersion-3.11.0-informational?style=flat-square)
![Version: 4.5.0](https://img.shields.io/badge/Version-4.5.0-informational?style=flat-square) ![AppVersion: 4.0.0](https://img.shields.io/badge/AppVersion-4.0.0-informational?style=flat-square)

Alfresco Sync Service

Expand Down Expand Up @@ -33,13 +33,13 @@ Alfresco Sync Service
| environment.EXTRA_JAVA_OPTS | string | `""` | |
| environment.JAVA_OPTS | string | `"-Dsync.metrics.reporter.graphite.enabled=false -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80"` | |
| global | object | `{"alfrescoRegistryPullSecrets":"quay-registry-secret","messageBroker":{"password":null,"url":null,"user":null},"strategy":{"rollingUpdate":{"maxSurge":1,"maxUnavailable":0}}}` | Global definition of Docker registry pull secret which can be overridden from parent ACS Helm chart(s) |
| global.messageBroker.password | string | `nil` | Credential to use to authenticate to the broker. |
| global.messageBroker.password | string | `nil` | Credential to use to authenticate to the broker |
| global.messageBroker.url | string | `nil` | A failover URI formatted string, see: https://activemq.apache.org/failover-transport-reference |
| global.messageBroker.user | string | `nil` | Username to authenticate as. |
| global.messageBroker.user | string | `nil` | Username to authenticate as |
| image.internalPort | int | `9090` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/service-sync"` | |
| image.tag | string | `"3.11.0"` | |
| image.tag | string | `"4.0.0"` | |
| ingress.extraAnnotations | object | `{}` | useful when running Sync service without SSL termination done by a load balancer, e.g. when ran on Minikube for testing purposes nginx.ingress.kubernetes.io/ssl-redirect: "false" |
| ingress.path | string | `"/syncservice"` | |
| ingress.tls | list | `[]` | |
Expand Down
14 changes: 7 additions & 7 deletions charts/alfresco-sync-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ global:
messageBroker:
# -- A failover URI formatted string, see:
# https://activemq.apache.org/failover-transport-reference
url:
# -- Username to authenticate as.
user:
# -- Credential to use to authenticate to the broker.
url: null
# -- Username to authenticate as
user: null
# -- Credential to use to authenticate to the broker
password: null
alfrescoRegistryPullSecrets: quay-registry-secret
strategy:
Expand All @@ -24,7 +24,7 @@ podSecurityContext:
fsGroup: 1000
image:
repository: quay.io/alfresco/service-sync
tag: 3.11.0
tag: 4.0.0
pullPolicy: IfNotPresent
internalPort: 9090
environment:
Expand Down Expand Up @@ -82,9 +82,9 @@ messageBroker:
# -- A name that will be used as a base to get broker connection details
nameOverride: activemq
# -- Username to authenticate as.
user:
user: null
# -- Credential to use to authenticate to the broker.
password:
password: null
# -- An existing k8s secret with broker details (preferred over using values)
existingSecretName: null
# -- Defines properties required by sync service for connecting to the database
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-transform-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: alfresco-transform-service
description: A Helm chart for deploying Alfresco Transform Services
type: application
version: 0.2.0
appVersion: "3.0.0"
version: 0.3.0
appVersion: 4.0.0
dependencies:
- name: alfresco-common
version: 2.1.0
Expand Down
6 changes: 3 additions & 3 deletions charts/alfresco-transform-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-transform-service

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.0](https://img.shields.io/badge/AppVersion-4.0.0-informational?style=flat-square)

A Helm chart for deploying Alfresco Transform Services

Expand Down Expand Up @@ -30,7 +30,7 @@ A Helm chart for deploying Alfresco Transform Services
| filestore.image.internalPort | int | `8099` | |
| filestore.image.pullPolicy | string | `"IfNotPresent"` | |
| filestore.image.repository | string | `"quay.io/alfresco/alfresco-shared-file-store"` | |
| filestore.image.tag | string | `"3.0.0"` | |
| filestore.image.tag | string | `"4.0.0"` | |
| filestore.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
| filestore.initContainer.image.repository | string | `"busybox"` | |
| filestore.initContainer.image.tag | string | `"1.35.0"` | |
Expand Down Expand Up @@ -220,7 +220,7 @@ A Helm chart for deploying Alfresco Transform Services
| transformrouter.image.internalPort | int | `8095` | |
| transformrouter.image.pullPolicy | string | `"IfNotPresent"` | |
| transformrouter.image.repository | string | `"quay.io/alfresco/alfresco-transform-router"` | |
| transformrouter.image.tag | string | `"3.0.0"` | |
| transformrouter.image.tag | string | `"4.0.0"` | |
| transformrouter.livenessProbe.initialDelaySeconds | int | `20` | |
| transformrouter.livenessProbe.path | string | `"/actuator/health"` | |
| transformrouter.livenessProbe.periodSeconds | int | `30` | |
Expand Down
Loading

0 comments on commit 0a837f0

Please sign in to comment.