diff --git a/charts/alfresco-repository/Chart.yaml b/charts/alfresco-repository/Chart.yaml index 4e3fdd25..fbcab618 100644 --- a/charts/alfresco-repository/Chart.yaml +++ b/charts/alfresco-repository/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v2 name: alfresco-repository description: Alfresco content repository Helm chart type: application -version: 0.7.1 -appVersion: 23.3.0 +version: 0.7.2 +appVersion: 23.3.2 dependencies: - name: alfresco-common - version: 3.1.3 + version: 3.1.4 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: postgresql version: 12.5.6 diff --git a/charts/alfresco-repository/README.md b/charts/alfresco-repository/README.md index 697c2b3a..c310ab9d 100644 --- a/charts/alfresco-repository/README.md +++ b/charts/alfresco-repository/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-repository -![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-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) +![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.3.2](https://img.shields.io/badge/AppVersion-23.3.2-informational?style=flat-square) Alfresco content repository Helm chart @@ -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/ | alfresco-common | 3.1.3 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.4 | | oci://registry-1.docker.io/bitnamicharts | postgresql | 12.5.6 | ## Values @@ -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.3.0"` | | +| image.tag | string | `"23.3.2"` | | | 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 | diff --git a/charts/alfresco-repository/values.yaml b/charts/alfresco-repository/values.yaml index d541bd78..adf71cce 100644 --- a/charts/alfresco-repository/values.yaml +++ b/charts/alfresco-repository/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: quay.io/alfresco/alfresco-content-repository pullPolicy: IfNotPresent - tag: 23.3.0 + tag: 23.3.2 port: 8080 strategy: type: RollingUpdate diff --git a/charts/alfresco-share/Chart.yaml b/charts/alfresco-share/Chart.yaml index 8808662c..d8fbe137 100644 --- a/charts/alfresco-share/Chart.yaml +++ b/charts/alfresco-share/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: alfresco-share description: Alfresco Share Helm chart for Kubernetes type: application -version: 1.1.1 -appVersion: 23.3.0 +version: 1.1.2 +appVersion: 23.3.2 dependencies: - repository: https://alfresco.github.io/alfresco-helm-charts version: 3.1.4 diff --git a/charts/alfresco-share/README.md b/charts/alfresco-share/README.md index 530101df..4a770732 100644 --- a/charts/alfresco-share/README.md +++ b/charts/alfresco-share/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-share -![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: 23.3.0](https://img.shields.io/badge/AppVersion-23.3.0-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.3.2](https://img.shields.io/badge/AppVersion-23.3.2-informational?style=flat-square) Alfresco Share Helm chart for Kubernetes @@ -37,7 +37,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.3.0"` | | +| image.tag | string | `"23.3.2"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | | | ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | | diff --git a/charts/alfresco-share/values.yaml b/charts/alfresco-share/values.yaml index 2b7b7ca1..deb19e63 100644 --- a/charts/alfresco-share/values.yaml +++ b/charts/alfresco-share/values.yaml @@ -18,7 +18,7 @@ repository: known_urls: null image: repository: quay.io/alfresco/alfresco-share - tag: 23.3.0 + tag: 23.3.2 pullPolicy: IfNotPresent # -- Internal port where the pod is listening. Should only be changed is you # use a custom image which uses a different port.