Skip to content

Commit

Permalink
OPSEXP-2519 Bump version for 23.2 release (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius authored Mar 4, 2024
1 parent 909d53e commit 165d023
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 45 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-adf-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: alfresco-adf-app
description: A generic Alfresco Development Framework Helm chart for Kubernetes
type: application
version: 0.1.0-alpha.1
version: 0.1.0
dependencies:
- name: alfresco-common
version: 3.1.2
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-adf-app/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-adf-app

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

A generic Alfresco Development Framework Helm chart for Kubernetes

Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-ai-transformer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: alfresco-ai-transformer
description: A Helm chart for deploying Alfresco ai transformer service
type: application
version: 1.1.1
appVersion: 3.0.1
version: 1.2.0
appVersion: 3.1.0
dependencies:
- name: alfresco-common
version: 3.1.0
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-ai-transformer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-ai-transformer

![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.1](https://img.shields.io/badge/AppVersion-3.0.1-informational?style=flat-square)
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square)

A Helm chart for deploying Alfresco ai transformer service

Expand Down Expand Up @@ -40,7 +40,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.0.1"` | |
| image.tag | string | `"3.1.0"` | |
| 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.0.1
tag: 3.1.0
pullPolicy: IfNotPresent
internalPort: 8090
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.3.1
appVersion: 23.1.1
version: 0.4.0
appVersion: 23.2.1
dependencies:
- name: alfresco-common
version: 3.1.0
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-repository/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-repository

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.1.1](https://img.shields.io/badge/AppVersion-23.1.1-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.2.1](https://img.shields.io/badge/AppVersion-23.2.1-informational?style=flat-square)

Alfresco content repository Helm chart

Expand Down Expand Up @@ -79,7 +79,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.1.1"` | |
| image.tag | string | `"23.2.1"` | |
| 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.1.1
tag: 23.2.1
port: 8080
strategy:
type: RollingUpdate
Expand Down
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: 3.2.0
appVersion: 2.0.9
version: 3.3.0
appVersion: 2.0.9.1
dependencies:
- name: alfresco-insight-zeppelin
version: 3.0.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: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 2.0.9](https://img.shields.io/badge/AppVersion-2.0.9-informational?style=flat-square)
![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square) ![AppVersion: 2.0.9.1](https://img.shields.io/badge/AppVersion-2.0.9.1-informational?style=flat-square)

A Helm chart for deploying Alfresco Search Service

Expand Down Expand Up @@ -42,7 +42,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| 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.9"` | |
| insightEngineImage.tag | string | `"2.0.9.1"` | |
| livenessProbe.initialDelaySeconds | int | `130` | |
| livenessProbe.periodSeconds | int | `20` | |
| livenessProbe.timeoutSeconds | int | `10` | |
Expand Down Expand Up @@ -78,7 +78,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| 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.9"` | |
| searchServicesImage.tag | string | `"2.0.9.1"` | |
| service.name | string | `"solr"` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-search-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ podSecurityContext:
fsGroup: 33007
searchServicesImage:
repository: quay.io/alfresco/search-services
tag: 2.0.9
tag: 2.0.9.1
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.9
tag: 2.0.9.1
pullPolicy: *searchDockerImagePullPolicy
# -- container's port search service is listening on
# change if your custom image use a different port.
Expand Down
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.5.1
appVersion: 23.1.1
version: 0.6.0
appVersion: 23.2.1
dependencies:
- repository: https://alfresco.github.io/alfresco-helm-charts
version: 3.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.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.1.1](https://img.shields.io/badge/AppVersion-23.1.1-informational?style=flat-square)
![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.1](https://img.shields.io/badge/AppVersion-23.2.1-informational?style=flat-square)

Alfresco Share Helm chart for Kubernetes

Expand Down Expand Up @@ -31,7 +31,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| 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 | `"23.1.1"` | |
| image.tag | string | `"23.2.1"` | |
| 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: 23.1.1
tag: 23.2.1
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-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: 1.1.1
appVersion: 4.0.1
version: 1.2.0
appVersion: 4.1.0
dependencies:
- name: alfresco-common
version: 3.1.0
Expand Down
16 changes: 8 additions & 8 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: 1.1.1](https://img.shields.io/badge/Version-1.1.1-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: 1.2.0](https://img.shields.io/badge/Version-1.2.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 Transform Services

Expand All @@ -25,7 +25,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| 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 | `"4.0.1"` | |
| filestore.image.tag | string | `"4.1.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 @@ -71,7 +71,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| imagemagick.image.internalPort | int | `8090` | |
| imagemagick.image.pullPolicy | string | `"IfNotPresent"` | |
| imagemagick.image.repository | string | `"quay.io/alfresco/alfresco-imagemagick"` | |
| imagemagick.image.tag | string | `"5.0.1"` | |
| imagemagick.image.tag | string | `"5.1.0"` | |
| imagemagick.livenessProbe.initialDelaySeconds | int | `10` | |
| imagemagick.livenessProbe.livenessPercent | int | `150` | |
| imagemagick.livenessProbe.livenessTransformPeriodSeconds | int | `600` | |
Expand Down Expand Up @@ -106,7 +106,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| libreoffice.image.internalPort | int | `8090` | |
| libreoffice.image.pullPolicy | string | `"IfNotPresent"` | |
| libreoffice.image.repository | string | `"quay.io/alfresco/alfresco-libreoffice"` | |
| libreoffice.image.tag | string | `"5.0.1"` | |
| libreoffice.image.tag | string | `"5.1.0"` | |
| libreoffice.livenessProbe.initialDelaySeconds | int | `10` | |
| libreoffice.livenessProbe.livenessPercent | int | `250` | |
| libreoffice.livenessProbe.livenessTransformPeriodSeconds | int | `600` | |
Expand Down Expand Up @@ -149,7 +149,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| pdfrenderer.image.internalPort | int | `8090` | |
| pdfrenderer.image.pullPolicy | string | `"IfNotPresent"` | |
| pdfrenderer.image.repository | string | `"quay.io/alfresco/alfresco-pdf-renderer"` | |
| pdfrenderer.image.tag | string | `"5.0.1"` | |
| pdfrenderer.image.tag | string | `"5.1.0"` | |
| pdfrenderer.livenessProbe.initialDelaySeconds | int | `10` | |
| pdfrenderer.livenessProbe.livenessPercent | int | `150` | |
| pdfrenderer.livenessProbe.livenessTransformPeriodSeconds | int | `600` | |
Expand Down Expand Up @@ -189,7 +189,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| tika.image.internalPort | int | `8090` | |
| tika.image.pullPolicy | string | `"IfNotPresent"` | |
| tika.image.repository | string | `"quay.io/alfresco/alfresco-tika"` | |
| tika.image.tag | string | `"5.0.1"` | |
| tika.image.tag | string | `"5.1.0"` | |
| tika.livenessProbe.initialDelaySeconds | int | `30` | |
| tika.livenessProbe.livenessPercent | int | `400` | |
| tika.livenessProbe.livenessTransformPeriodSeconds | int | `600` | |
Expand Down Expand Up @@ -224,7 +224,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| transformmisc.image.internalPort | int | `8090` | |
| transformmisc.image.pullPolicy | string | `"IfNotPresent"` | |
| transformmisc.image.repository | string | `"quay.io/alfresco/alfresco-transform-misc"` | |
| transformmisc.image.tag | string | `"5.0.1"` | |
| transformmisc.image.tag | string | `"5.1.0"` | |
| transformmisc.livenessProbe.initialDelaySeconds | int | `10` | |
| transformmisc.livenessProbe.livenessPercent | int | `400` | |
| transformmisc.livenessProbe.livenessTransformPeriodSeconds | int | `600` | |
Expand Down Expand Up @@ -259,7 +259,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| transformrouter.image.internalPort | int | `8095` | |
| transformrouter.image.pullPolicy | string | `"IfNotPresent"` | |
| transformrouter.image.repository | string | `"quay.io/alfresco/alfresco-transform-router"` | |
| transformrouter.image.tag | string | `"4.0.1"` | |
| transformrouter.image.tag | string | `"4.1.0"` | |
| transformrouter.livenessProbe.initialDelaySeconds | int | `20` | |
| transformrouter.livenessProbe.path | string | `"/actuator/health"` | |
| transformrouter.livenessProbe.periodSeconds | int | `30` | |
Expand Down
18 changes: 7 additions & 11 deletions charts/alfresco-transform-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ transformrouter:
podLabels: {}
image:
repository: quay.io/alfresco/alfresco-transform-router
tag: 4.0.1
tag: 4.1.0
pullPolicy: IfNotPresent
internalPort: 8095
service:
Expand Down Expand Up @@ -93,7 +93,7 @@ pdfrenderer:
podLabels: {}
image:
repository: quay.io/alfresco/alfresco-pdf-renderer
tag: 5.0.1
tag: 5.1.0
pullPolicy: IfNotPresent
internalPort: 8090
service:
Expand Down Expand Up @@ -161,7 +161,7 @@ imagemagick:
podLabels: {}
image:
repository: quay.io/alfresco/alfresco-imagemagick
tag: 5.0.1
tag: 5.1.0
pullPolicy: IfNotPresent
internalPort: 8090
service:
Expand Down Expand Up @@ -229,7 +229,7 @@ libreoffice:
podLabels: {}
image:
repository: quay.io/alfresco/alfresco-libreoffice
tag: 5.0.1
tag: 5.1.0
pullPolicy: IfNotPresent
internalPort: 8090
service:
Expand Down Expand Up @@ -297,7 +297,7 @@ tika:
podLabels: {}
image:
repository: quay.io/alfresco/alfresco-tika
tag: 5.0.1
tag: 5.1.0
pullPolicy: IfNotPresent
internalPort: 8090
service:
Expand Down Expand Up @@ -365,7 +365,7 @@ transformmisc:
podLabels: {}
image:
repository: quay.io/alfresco/alfresco-transform-misc
tag: 5.0.1
tag: 5.1.0
pullPolicy: IfNotPresent
internalPort: 8090
service:
Expand Down Expand Up @@ -433,7 +433,7 @@ filestore:
podLabels: {}
image:
repository: quay.io/alfresco/alfresco-shared-file-store
tag: 4.0.1
tag: 4.1.0
pullPolicy: IfNotPresent
internalPort: 8099
initContainer:
Expand Down Expand Up @@ -491,7 +491,6 @@ filestore:
subPath: "alfresco-content-services/filestore-data"
volumes: []
volumeMounts: []

messageBroker:
# -- Activemq connection url (e.g. failover:(nio://my-broker:61616)?timeout=3000&jms.useCompression=true)
url: null
Expand All @@ -510,14 +509,12 @@ messageBroker:
keys:
user: BROKER_USERNAME
password: BROKER_PASSWORD

global:
alfrescoRegistryPullSecrets: quay-registry-secret
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 0

serviceAccount:
# Specifies whether a service account should be created
create: true
Expand All @@ -528,7 +525,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: ""

tags:
# -- Enable dependencies required for CI. Do not enable.
ci: false

0 comments on commit 165d023

Please sign in to comment.